openlimits-exchange 0.3.0

The exchange traits of OpenLimits.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
//! Used to instatiate websockets 

mod callback_handle;
mod exchange_stream;
mod open_limit_stream;
mod subscriptions;

pub use callback_handle::CallbackHandle;
pub use exchange_stream::ExchangeStream;
pub use open_limit_stream::OpenLimitStream;
pub use subscriptions::Subscriptions;
pub use super::shared;