cancelOrder

fun cancelOrder(accountIdKey: String, orderId: Long): CancelOrderResponse?

Cancel an order

Parameters

accountIdKey

The unique account key

orderId

Order confirmation id for the order placed.

Sources

jvm source
Link copied to clipboard