Struct binance::ws_model::OrderUpdate[][src]

pub struct OrderUpdate {
Show 31 fields pub event_time: u64, pub symbol: String, pub client_order_id: String, pub side: OrderSide, pub order_type: OrderType, pub time_in_force: TimeInForce, pub qty: f64, pub price: f64, pub stop_price: f64, pub iceberg_qty: f64, pub order_list_id: i64, pub origin_client_id: Option<String>, pub execution_type: OrderStatus, pub current_order_status: OrderStatus, pub order_reject_reason: String, pub order_id: u64, pub qty_last_executed: f64, pub cumulative_filled_qty: f64, pub last_executed_price: f64, pub commission: f64, pub commission_asset: Option<String>, pub trade_order_time: u64, pub trade_id: i64, pub i_ignore: u64, pub is_order_on_the_book: bool, pub is_buyer_maker: bool, pub m_ignore: bool, pub order_creation_time: u64, pub cumulative_quote_asset_transacted_qty: f64, pub last_quote_asset_transacted_qty: f64, pub quote_order_qty: f64,
}

Fields

event_time: u64symbol: Stringclient_order_id: Stringside: OrderSideorder_type: OrderTypetime_in_force: TimeInForceqty: f64price: f64stop_price: f64iceberg_qty: f64order_list_id: i64origin_client_id: Option<String>execution_type: OrderStatuscurrent_order_status: OrderStatusorder_reject_reason: Stringorder_id: u64qty_last_executed: f64cumulative_filled_qty: f64last_executed_price: f64commission: f64commission_asset: Option<String>trade_order_time: u64trade_id: i64i_ignore: u64is_order_on_the_book: boolis_buyer_maker: boolm_ignore: boolorder_creation_time: u64cumulative_quote_asset_transacted_qty: f64last_quote_asset_transacted_qty: f64

(i.e. lastPrice * lastQty)

quote_order_qty: f64

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Formats the value using the given formatter. Read more

Deserialize this value from the given Serde deserializer. Read more

Serialize this value into the given Serde serializer. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Instruments this type with the provided Span, returning an Instrumented wrapper. Read more

Instruments this type with the current Span, returning an Instrumented wrapper. Read more

Performs the conversion.

Should always be Self

The resulting type after obtaining ownership.

Creates owned data from borrowed data, usually by cloning. Read more

🔬 This is a nightly-only experimental API. (toowned_clone_into)

Uses borrowed data to replace owned data, usually by cloning. Read more

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

Attaches the provided Subscriber to this type, returning a WithDispatch wrapper. Read more

Attaches the current default Subscriber to this type, returning a WithDispatch wrapper. Read more