Struct binance::ws_model::DayTickerEvent
source · pub struct DayTickerEvent {Show 22 fields
pub event_time: u64,
pub symbol: String,
pub price_change: String,
pub price_change_percent: String,
pub average_price: String,
pub prev_close: String,
pub current_close: String,
pub current_close_qty: String,
pub best_bid: String,
pub best_bid_qty: String,
pub best_ask: String,
pub best_ask_qty: String,
pub open: String,
pub high: String,
pub low: String,
pub volume: String,
pub quote_volume: String,
pub open_time: u64,
pub close_time: u64,
pub first_trade_id: i64,
pub last_trade_id: i64,
pub num_trades: u64,
}Fields§
§event_time: u64§symbol: String§price_change: String§price_change_percent: String§average_price: String§prev_close: String§current_close: String§current_close_qty: String§best_bid: String§best_bid_qty: String§best_ask: String§best_ask_qty: String§open: String§high: String§low: String§volume: String§quote_volume: String§open_time: u64§close_time: u64§first_trade_id: i64§last_trade_id: i64§num_trades: u64Trait Implementations§
source§impl Clone for DayTickerEvent
impl Clone for DayTickerEvent
source§fn clone(&self) -> DayTickerEvent
fn clone(&self) -> DayTickerEvent
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Debug for DayTickerEvent
impl Debug for DayTickerEvent
source§impl<'de> Deserialize<'de> for DayTickerEvent
impl<'de> Deserialize<'de> for DayTickerEvent
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