AmendOrderResp
orderIdstring
Server-assigned order id of the amended order.
clOrderIdstring
Client-assigned order id echoed from the request.
symbolstring
Trading pair symbol of the amended order.
orderSidestring
Order side: BUY or SELL.
Possible values: [BUY, SELL]
typeint32
Order type code.
orderPricedouble
Limit price after the amendment.
orderSizedouble
Order size after the amendment, in number of contracts.
triggerPricedouble
Trigger price after the amendment, if applicable.
statusint32
Order status code after the amendment.
timestampint64
Server timestamp of the amendment, in milliseconds since epoch.
AmendOrderResp
{
"orderId": "string",
"clOrderId": "string",
"symbol": "string",
"orderSide": "BUY",
"type": 0,
"orderPrice": 0,
"orderSize": 0,
"triggerPrice": 0,
"status": 0,
"timestamp": 0
}