Cancel Order Response
data class CancelOrderResponse(accountId: String, orderId: Long, cancelTime: Instant, messages: MessagesResponse?)
Content copied to clipboard
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
Constructors
CancelOrderResponse
Link copied to clipboard
fun CancelOrderResponse(accountId: String, orderId: Long, cancelTime: Instant, messages: MessagesResponse?)
Content copied to clipboard
The numeric account ID for the cancelled order
Properties
Sources
jvm source
Link copied to clipboard