Skip to main content
Version: 1.1.1

Cancel Order

POST 

/v1.1.1/order/cancel

Order status will change according to following sequence.

1.Send to Cancel
2.Pending Cancel
3.Cancelled or Reject

When canceling OMS-accepted orders, this API does not return a new orderReferenceId; instead, it returns the previous orderReferenceId obtained when placing the order.

orderId or orderReferenceId should be required.

Field NameEquityOptionFixed Income
orderIdoptionaloptionaloptional
orderReferenceIdoptionaloptionaloptional

Request

Body

    orderId string
    orderReferenceId string

Responses

OK

Schema
    status stringrequired
    reason stringrequired
    orderReferenceId stringrequired
Loading...
Is this page helpful for you?