Bittrex v3.0.0 Bittrex.OrderCancelResult View Source
A Bittrex Order Cancel Result.
Link to this section Summary
Types
id: unique ID of this order.fill_quantity: fill quantity.commission: commission.proceeds: proceeds.client_order_id: client-provided identifier for advanced order tracking.status: order status.updated_at: timestamp (UTC) of last order update.closed_at: timestamp (UTC) when this order was closed
Link to this section Types
Link to this type
t()
View Source
t()
View Source
t() :: %Bittrex.OrderCancelResult{
client_order_id: String.t(),
closed_at: NaiveDateTime.t(),
commission: number(),
fill_quantity: number(),
id: String.t(),
proceeds: number(),
status: String.t(),
updated_at: NaiveDateTime.t()
}
t() :: %Bittrex.OrderCancelResult{
client_order_id: String.t(),
closed_at: NaiveDateTime.t(),
commission: number(),
fill_quantity: number(),
id: String.t(),
proceeds: number(),
status: String.t(),
updated_at: NaiveDateTime.t()
}
id: unique ID of this order.fill_quantity: fill quantity.commission: commission.proceeds: proceeds.client_order_id: client-provided identifier for advanced order tracking.status: order status.updated_at: timestamp (UTC) of last order update.closed_at: timestamp (UTC) when this order was closed.