pub struct L3BidAskUpdate {
pub event: OrderbookEvent,
pub order_id: String,
pub limit_price: Decimal,
pub order_quantity: Decimal,
pub timestamp: String,
}
Fields§
§event: OrderbookEvent
§order_id: String
§limit_price: Decimal
§order_quantity: Decimal
§timestamp: String
Trait Implementations§
Source§impl Debug for L3BidAskUpdate
impl Debug for L3BidAskUpdate
Source§impl<'de> Deserialize<'de> for L3BidAskUpdate
impl<'de> Deserialize<'de> for L3BidAskUpdate
Source§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
Source§impl PartialEq for L3BidAskUpdate
impl PartialEq for L3BidAskUpdate
impl StructuralPartialEq for L3BidAskUpdate
Auto Trait Implementations§
impl Freeze for L3BidAskUpdate
impl RefUnwindSafe for L3BidAskUpdate
impl Send for L3BidAskUpdate
impl Sync for L3BidAskUpdate
impl Unpin for L3BidAskUpdate
impl UnwindSafe for L3BidAskUpdate
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more