[][src]Trait crypto_ws_client::Level3OrderBook

pub trait Level3OrderBook {
    pub fn subscribe_l3_orderbook(&self, symbols: &[String]);
}

Level3 orderbook data.

Required methods

pub fn subscribe_l3_orderbook(&self, symbols: &[String])[src]

Subscribes to level3 orderebook channels.

The level3 orderbook is the orginal orderbook of an exchange, it is non-aggregated by price level and updated tick-by-tick.

Loading content...

Implementors

impl<'a> Level3OrderBook for BitfinexWSClient<'a>[src]

impl<'a> Level3OrderBook for BitstampWSClient<'a>[src]

impl<'a> Level3OrderBook for CoinbaseProWSClient<'a>[src]

Loading content...