Struct michromer::data::Order [] [src]

pub struct Order {
    pub account: String,
    pub venue: String,
    pub stock: String,
    pub price: u64,
    pub qty: u64,
    pub direction: OrderDirection,
    pub order_type: OrderType,
}

Fields

account: String venue: String stock: String price: u64 qty: u64 direction: OrderDirection order_type: OrderType

Trait Implementations

impl Clone for Order
[src]

fn clone(&self) -> Order

Returns a copy of the value. Read more

fn clone_from(&mut self, source: &Self)
1.0.0

Performs copy-assignment from source. Read more

impl Debug for Order
[src]

fn fmt(&self, __arg_0: &mut Formatter) -> Result

Formats the value using the given formatter.