del
Cancels an order
Last updated
Cancels an order
Last updated
/del method makes sense only for makers, since taker's orders are processed immediately and a server does not store them.
Please note that it is not possible to specify orderId
and clientOrderId
simultaneously.
POST api/del
Request parameters
Filed name | Type | Description |
---|---|---|
Response description
Field name | Type | Description |
---|---|---|
orderId
Efx::OrderId
Id of order to delete (either this or clientOrderId
should be specified)
clientOrderId
Efx::ClientOrderId
Client Id of order to delete (either this or orderId
should be specified)
id
Efx::OrderId
Order Id
remainingSize
Efx::Size
Remaining Order size on removal