Skip to main content

TriggerOrderResp

orderIdstring

Server-assigned order id of the attached trigger order.

sidestring

Order side of the trigger leg: BUY or SELL.

Possible values: [BUY, SELL]

triggerPricedouble

Price at which this trigger fires.

triggerUseLastPriceboolean

True if last-traded-price is used as the trigger reference, otherwise mark price is used.

TriggerOrderResp
{
"orderId": "string",
"side": "BUY",
"triggerPrice": 0,
"triggerUseLastPrice": true
}