Struct bybit::model::LinearTickerData
source · pub struct LinearTickerData {Show 20 fields
pub symbol: String,
pub tick_direction: String,
pub price_24h_pcnt: String,
pub last_price: String,
pub prev_price_24h: String,
pub high_price_24h: String,
pub low_price_24h: String,
pub prev_price_1h: String,
pub mark_price: String,
pub index_price: String,
pub open_interest: String,
pub open_interest_value: String,
pub turnover_24h: String,
pub volume_24h: String,
pub next_funding_time: String,
pub funding_rate: String,
pub bid_price: String,
pub bid_size: String,
pub ask_price: String,
pub ask_size: String,
}Fields§
§symbol: String§tick_direction: String§price_24h_pcnt: String§last_price: String§prev_price_24h: String§high_price_24h: String§low_price_24h: String§prev_price_1h: String§mark_price: String§index_price: String§open_interest: String§open_interest_value: String§turnover_24h: String§volume_24h: String§next_funding_time: String§funding_rate: String§bid_price: String§bid_size: String§ask_price: String§ask_size: StringTrait Implementations§
source§impl Clone for LinearTickerData
impl Clone for LinearTickerData
source§fn clone(&self) -> LinearTickerData
fn clone(&self) -> LinearTickerData
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 LinearTickerData
impl Debug for LinearTickerData
source§impl<'de> Deserialize<'de> for LinearTickerData
impl<'de> Deserialize<'de> for LinearTickerData
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 Serialize for LinearTickerData
impl Serialize for LinearTickerData
impl Send for LinearTickerData
impl Sync for LinearTickerData
Auto Trait Implementations§
impl Freeze for LinearTickerData
impl RefUnwindSafe for LinearTickerData
impl Unpin for LinearTickerData
impl UnwindSafe for LinearTickerData
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