public property TradeDeskAut.FIX_OPENREQUOTE

Brief

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

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

Parameters
iFixOrderKind

The kind of the order.

The value must equal TradeDeskAut.FIX_OPENREQUOTE

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 "O" (the "open" 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_OPENREQUOTE property is defined in the TradeDeskAut class.

back