Struct barter_data::client::binance::BinanceOrderBook [−][src]
pub struct BinanceOrderBook {
pub last_update_id: u64,
pub bids: Vec<BinanceLevel>,
pub asks: Vec<BinanceLevel>,
}Expand description
Binance specific OrderBook snapshot message.
Fields
last_update_id: u64bids: Vec<BinanceLevel>asks: Vec<BinanceLevel>Trait Implementations
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations
impl RefUnwindSafe for BinanceOrderBook
impl Send for BinanceOrderBook
impl Sync for BinanceOrderBook
impl Unpin for BinanceOrderBook
impl UnwindSafe for BinanceOrderBook
Blanket Implementations
Mutably borrows from an owned value. Read more