Struct borderbook::Order[][src]

pub struct Order {
    pub price: f64,
    pub volume: f64,
}

Fields

Methods

impl Order
[src]

Trait Implementations

impl Clone for Order
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for Order
[src]

impl Debug for Order
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for Order

impl Sync for Order