Struct binance_client::WebSocketTradeEvent [−][src]
The trade event data, received via WebSocket.
Fields
event_type: StringThe trade event type. Usually equal to trade.
event_time: i64The trade event time in milliseconds since Unix epoch.
symbol: StringThe trading symbol name.
trade_id: i64The unique trade event ID.
price: DecimalThe trade event price.
quantity: DecimalThe trade event quantity.
buyer_order_id: i64The order ID if the buying side.
seller_order_id: i64The order ID if the selling side.
trade_time: i64The trade time in milliseconds since Unix epoch.
is_market_maker: boolIf the buyer is the marker maker.
ignore: boolUnknown value.
Trait Implementations
impl Clone for Trade[src]
impl Debug for Trade[src]
impl<'de> Deserialize<'de> for Trade[src]
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>, [src]
__D: Deserializer<'de>,
Auto Trait Implementations
impl RefUnwindSafe for Trade[src]
impl Send for Trade[src]
impl Sync for Trade[src]
impl Unpin for Trade[src]
impl UnwindSafe for Trade[src]
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
pub fn borrow_mut(&mut self) -> &mut T[src]
impl<T> DeserializeOwned for T where
T: for<'de> Deserialize<'de>, [src]
T: for<'de> Deserialize<'de>,
impl<T> From<T> for T[src]
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T> Same<T> for T
type Output = T
Should always be Self
impl<T> ToOwned for T where
T: Clone, [src]
T: Clone,
type Owned = T
The resulting type after obtaining ownership.
pub fn to_owned(&self) -> T[src]
pub fn clone_into(&self, target: &mut T)[src]
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
pub fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,
type Error = <U as TryFrom<T>>::Error
The type returned in the event of a conversion error.
pub fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
U: TryFrom<T>,
impl<T> Typeable for T where
T: Any,
T: Any,