Struct borderbook::Trade[][src]

pub struct Trade<K> {
    pub buy_key: K,
    pub sell_key: K,
    pub price: f64,
    pub volume: f64,
}

Fields

Trait Implementations

impl<K: Debug> Debug for Trade<K>
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl<K> Send for Trade<K> where
    K: Send

impl<K> Sync for Trade<K> where
    K: Sync