CancelOrderResponse

data class 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

Constructors

CancelOrderResponse
Link copied to clipboard
fun CancelOrderResponse(accountId: String, orderId: Long, cancelTime: Instant, messages: MessagesResponse?)
The numeric account ID for the cancelled order

Properties

accountId
Link copied to clipboard
val accountId: String
The numeric account ID for the cancelled order
cancelTime
Link copied to clipboard
val cancelTime: Instant
The time, in Epoch time, that the cancel request was submitted
messages
Link copied to clipboard
val messages: MessagesResponse?
The messages relating to the order cancellation
orderId
Link copied to clipboard
val orderId: Long
The order ID

Sources

jvm source
Link copied to clipboard