Struct binance::model::Order [] [src]

pub struct Order {
    pub symbol: String,
    pub order_id: u32,
    pub client_order_id: String,
    pub price: String,
    pub orig_qty: String,
    pub executed_qty: String,
    pub status: String,
    pub time_in_force: String,
    pub type_name: String,
    pub side: String,
    pub stop_price: String,
    pub iceberg_qty: String,
    pub time: u64,
}

Fields

Trait Implementations

impl Debug for Order
[src]

[src]

Formats the value using the given formatter.