Skip to main content

CancelOrderResp

orderIdstring

Server-assigned order id of the cancelled order.

clOrderIdstring

Client-assigned order id echoed from the request.

symbolstring

Trading pair symbol of the cancelled order.

orderSidestring

Order side: BUY or SELL.

Possible values: [BUY, SELL]

typeint32

Order type code.

orderPricedouble

Limit price of the cancelled order.

orderSizedouble

Order size in number of contracts at the time of cancellation.

filledSizedouble

Cumulative filled size before the cancel took effect.

statusint32

Order status code after the cancel.

timestampint64

Server timestamp of the cancellation, in milliseconds since epoch.

CancelOrderResp
{
"orderId": "string",
"clOrderId": "string",
"symbol": "string",
"orderSide": "BUY",
"type": 0,
"orderPrice": 0,
"orderSize": 0,
"filledSize": 0,
"status": 0,
"timestamp": 0
}