Struct bybit::model::OptionsInstrument
source · pub struct OptionsInstrument {
pub symbol: String,
pub status: String,
pub base_coin: String,
pub quote_coin: String,
pub settle_coin: String,
pub option_type: String,
pub launch_time: u64,
pub delivery_time: u64,
pub delivery_fee_rate: String,
pub price_filter: PriceFilter,
pub lot_size_filter: LotSizeFilter,
}Fields§
§symbol: String§status: String§base_coin: String§quote_coin: String§settle_coin: String§option_type: String§launch_time: u64§delivery_time: u64§delivery_fee_rate: String§price_filter: PriceFilter§lot_size_filter: LotSizeFilterTrait Implementations§
source§impl Clone for OptionsInstrument
impl Clone for OptionsInstrument
source§fn clone(&self) -> OptionsInstrument
fn clone(&self) -> OptionsInstrument
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 OptionsInstrument
impl Debug for OptionsInstrument
source§impl<'de> Deserialize<'de> for OptionsInstrument
impl<'de> Deserialize<'de> for OptionsInstrument
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 OptionsInstrument
impl RefUnwindSafe for OptionsInstrument
impl Send for OptionsInstrument
impl Sync for OptionsInstrument
impl Unpin for OptionsInstrument
impl UnwindSafe for OptionsInstrument
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