Struct bybit::model::FuturesTicker
source · pub struct FuturesTicker {Show 24 fields
pub symbol: String,
pub last_price: f64,
pub index_price: f64,
pub mark_price: f64,
pub prev_price_24h: f64,
pub daily_change_percentage: f64,
pub high_24h: f64,
pub low_24h: f64,
pub prev_price_1h: f64,
pub open_interest: f64,
pub open_interest_value: f64,
pub turnover_24h: String,
pub volume_24h: String,
pub funding_rate: String,
pub next_funding_time: u64,
pub predicted_delivery_price: String,
pub basis_rate: String,
pub delivery_fee_rate: String,
pub delivery_time: u64,
pub ask_size: f64,
pub bid_price: f64,
pub ask_price: f64,
pub bid_size: f64,
pub basis: String,
}Fields§
§symbol: String§last_price: f64§index_price: f64§mark_price: f64§prev_price_24h: f64§daily_change_percentage: f64§high_24h: f64§low_24h: f64§prev_price_1h: f64§open_interest: f64§open_interest_value: f64§turnover_24h: String§volume_24h: String§funding_rate: String§next_funding_time: u64§predicted_delivery_price: String§basis_rate: String§delivery_fee_rate: String§delivery_time: u64§ask_size: f64§bid_price: f64§ask_price: f64§bid_size: f64§basis: StringTrait Implementations§
source§impl Clone for FuturesTicker
impl Clone for FuturesTicker
source§fn clone(&self) -> FuturesTicker
fn clone(&self) -> FuturesTicker
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 FuturesTicker
impl Debug for FuturesTicker
source§impl<'de> Deserialize<'de> for FuturesTicker
impl<'de> Deserialize<'de> for FuturesTicker
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
Auto Trait Implementations§
impl RefUnwindSafe for FuturesTicker
impl Send for FuturesTicker
impl Sync for FuturesTicker
impl Unpin for FuturesTicker
impl UnwindSafe for FuturesTicker
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