Struct binance_async::model::Order[][src]

pub struct Order {
    pub symbol: String,
    pub order_id: u64,
    pub client_order_id: String,
    pub price: f64,
    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: f64,
    pub iceberg_qty: String,
    pub time: u64,
}

Fields

Trait Implementations

impl Debug for Order
[src]

Formats the value using the given formatter. Read more

impl Clone for Order
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for Order

impl Sync for Order