- orderID
string. Order ID.
- origClOrdID
string. The original client order ID
- clOrdID
string. Optional new client order ID.
- orderQty
double. Order quantity in units of the instrument (i.e. contracts).
- leavesQty
string. Optional leaves quantity in units of the instrument (i.e. contracts).
Useful for amending partially filled orders.
- price
double. Optional limit price for 'Limit', 'StopLimit', and 'LimitIfTouched' orders.
- stopPx
double. Optional trigger price for 'Stop', 'StopLimit', 'MarketIfTouched', and 'LimitIfTouched' orders.
Use a price below the current price for stop-sell orders and buy-if-touched orders.
Use execInst
of 'MarkPrice' or 'LastPrice' to define the current price used for triggering.
- pegOffsetValue
string. Optional trailing offset from the current price for 'Stop', 'StopLimit', '
MarketIfTouched', and 'LimitIfTouched' orders; use a negative offset for stop-sell orders and buy-if-touched orders.
Optional offset from the peg price for 'Pegged' orders.
- text
string. Optional amend annotation. e.g. 'Adjust skew'.