pub struct InstrumentLinearInverse {Show 21 fields
pub symbol: String,
pub contract_type: String,
pub status: String,
pub base_coin: String,
pub quote_coin: String,
pub launch_time: String,
pub delivery_time: String,
pub delivery_fee_rate: String,
pub price_scale: String,
pub leverage_filter: Value,
pub price_filter: Value,
pub lot_size_filter: LotSizeFilterLinear,
pub unified_margin_trade: bool,
pub funding_interval: i32,
pub settle_coin: String,
pub copy_trading: String,
pub upper_funding_rate: String,
pub lower_funding_rate: String,
pub is_pre_listing: bool,
pub pre_listing_info: Option<Value>,
pub risk_parameters: RiskParameters,
}Fields§
§symbol: String§contract_type: String§status: String§base_coin: String§quote_coin: String§launch_time: String§delivery_time: String§delivery_fee_rate: String§price_scale: String§leverage_filter: Value§price_filter: Value§lot_size_filter: LotSizeFilterLinear§unified_margin_trade: bool§funding_interval: i32§settle_coin: String§copy_trading: String§upper_funding_rate: String§lower_funding_rate: String§is_pre_listing: bool§pre_listing_info: Option<Value>§risk_parameters: RiskParametersTrait Implementations§
Source§impl Clone for InstrumentLinearInverse
impl Clone for InstrumentLinearInverse
Source§fn clone(&self) -> InstrumentLinearInverse
fn clone(&self) -> InstrumentLinearInverse
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 InstrumentLinearInverse
impl Debug for InstrumentLinearInverse
Source§impl<'de> Deserialize<'de> for InstrumentLinearInverse
impl<'de> Deserialize<'de> for InstrumentLinearInverse
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 InstrumentLinearInverse
impl RefUnwindSafe for InstrumentLinearInverse
impl Send for InstrumentLinearInverse
impl Sync for InstrumentLinearInverse
impl Unpin for InstrumentLinearInverse
impl UnsafeUnpin for InstrumentLinearInverse
impl UnwindSafe for InstrumentLinearInverse
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