public property TradeDeskAut.FIX_CLOSEREQUOTE

Brief

Accepts a previously requoted close order in the TradeDeskAut.CreateFixOrder3 and OrdersBatchAut.CreateFixOrder methods.

Does not work for United States based accounts. Please read NFA Compliance Rule 2-43(b). In case if this function is used Order2Go API will throw an Exception/Error.

Declaration
Visual Basic
FIX_CLOSEREQUOTE As Integer
IDL
[propget] HRESULT FIX_CLOSEREQUOTE( [out, retval] long* retVal)

Parameters
iFixOrderKind

The kind of the order.

The value must equal TradeDeskAut.FIX_CLOSEREQUOTE

sTradeID

The parameter is not used.

dRate

The parameter is not used.

dRate1

The parameter is not used.

sQuoteID

The parameter must contain the "Requote-" string concatenated with the identifier of the requoted order.

Use the OrderID column of the orders table to get the identifier of the order.

The order must have:

  • the "R" status ("requoted", the status corresponds to the fix status "Q") and
  • the type "C" (the "close" order). Use the Status column (or FixStatus) and the Type column of the order table.
sAccountID

The parameter is not used.

sInstrument

The parameter is not used.

bBuySell

The parameter is not used.

iAmount

The parameter is not used.

sRemark

The custom text to written into the QTXT column of the order. The parameter can be an empty string ("").

iRateFlag

The parameter is not used.

iTrailMinMove

The parameter is not used.

iTIFType

The parameter is not used.

psOrderId

[output] The parameter gets the identifier of the created trade.

Details

See also FIX Order Types for more details.

The FIX_CLOSEREQUOTE property is defined in the TradeDeskAut class

back