Struct binance::model::TradesEvent[][src]

pub struct TradesEvent {
    pub event_type: String,
    pub event_time: u64,
    pub symbol: String,
    pub aggregated_trade_id: u64,
    pub price: String,
    pub qty: String,
    pub first_break_trade_id: u64,
    pub last_break_trade_id: u64,
    pub trade_order_time: u64,
    pub is_buyer_maker: bool,
    pub m_ignore: bool,
}

Fields

Trait Implementations

impl Debug for TradesEvent
[src]

Formats the value using the given formatter. Read more

impl Clone for TradesEvent
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for TradesEvent

impl Sync for TradesEvent