Struct bybit::model::FuturesInstrument
source · pub struct FuturesInstrument {Show 16 fields
pub symbol: String,
pub contract_type: String,
pub status: String,
pub base_coin: String,
pub quote_coin: String,
pub launch_time: u64,
pub delivery_time: String,
pub delivery_fee_rate: String,
pub price_scale: String,
pub leverage_filter: LeverageFilter,
pub price_filter: PriceFilter,
pub lot_size_filter: LotSizeFilter,
pub unified_margin_trade: bool,
pub funding_interval: u64,
pub settle_coin: String,
pub copy_trading: String,
}Fields§
§symbol: String§contract_type: String§status: String§base_coin: String§quote_coin: String§launch_time: u64§delivery_time: String§delivery_fee_rate: String§price_scale: String§leverage_filter: LeverageFilter§price_filter: PriceFilter§lot_size_filter: LotSizeFilter§unified_margin_trade: bool§funding_interval: u64§settle_coin: String§copy_trading: StringTrait Implementations§
source§impl Clone for FuturesInstrument
impl Clone for FuturesInstrument
source§fn clone(&self) -> FuturesInstrument
fn clone(&self) -> FuturesInstrument
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 FuturesInstrument
impl Debug for FuturesInstrument
source§impl<'de> Deserialize<'de> for FuturesInstrument
impl<'de> Deserialize<'de> for FuturesInstrument
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 Freeze for FuturesInstrument
impl RefUnwindSafe for FuturesInstrument
impl Send for FuturesInstrument
impl Sync for FuturesInstrument
impl Unpin for FuturesInstrument
impl UnwindSafe for FuturesInstrument
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit)