Struct borderbook::Orderbook[][src]

pub struct Orderbook<K> where
    K: Hash + Eq + Clone
{ pub asks: Side<K>, pub bids: Side<K>, // some fields omitted }

Fields

Methods

impl<K: Hash + Eq + Clone> Orderbook<K>
[src]

Trait Implementations

impl<K: Hash + Eq + Clone> Default for Orderbook<K>
[src]

Returns the "default value" for a type. Read more

impl<K: Clone + Eq + Hash> Display for Orderbook<K>
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

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

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