CancelOrderResponse

fun CancelOrderResponse(accountId: String, orderId: Long, cancelTime: Instant, messages: MessagesResponse?)

Parameters

accountId

The numeric account ID for the cancelled order

orderId

The order ID

cancelTime

The time, in Epoch time, that the cancel request was submitted

messages

The messages relating to the order cancellation

Sources

jvm source
Link copied to clipboard