Struct crypto_msg_parser::Order [−][src]
pub struct Order {
    pub price: f64,
    pub quantity_base: f64,
    pub quantity_quote: f64,
    pub quantity_contract: Option<f64>,
}Expand description
An order in the orderbook asks or bids array.
Fields
price: f64price
quantity_base: f64quantity_quote: f64quantity_contract: Option<f64>Number of contracts, always None for Spot
Trait Implementations
Deserialize this value from the given Serde deserializer. Read more