#[repr(C)]pub struct InstrumentMarginRateField {Show 13 fields
pub is_null: bool,
pub InvestorRange: u8,
pub BrokerID: String,
pub InvestorID: String,
pub HedgeFlag: u8,
pub LongMarginRatioByMoney: f64,
pub LongMarginRatioByVolume: f64,
pub ShortMarginRatioByMoney: f64,
pub ShortMarginRatioByVolume: f64,
pub IsRelative: i32,
pub ExchangeID: String,
pub InvestUnitID: String,
pub InstrumentID: String,
}
Fields§
§is_null: bool
§InvestorRange: u8
§BrokerID: String
§InvestorID: String
§HedgeFlag: u8
§LongMarginRatioByMoney: f64
§LongMarginRatioByVolume: f64
§ShortMarginRatioByMoney: f64
§ShortMarginRatioByVolume: f64
§IsRelative: i32
§ExchangeID: String
§InvestUnitID: String
§InstrumentID: String
Trait Implementations§
Source§impl Clone for InstrumentMarginRateField
impl Clone for InstrumentMarginRateField
Source§impl Debug for InstrumentMarginRateField
impl Debug for InstrumentMarginRateField
Source§impl Default for InstrumentMarginRateField
impl Default for InstrumentMarginRateField
Auto Trait Implementations§
impl Freeze for InstrumentMarginRateField
impl RefUnwindSafe for InstrumentMarginRateField
impl Send for InstrumentMarginRateField
impl Sync for InstrumentMarginRateField
impl Unpin for InstrumentMarginRateField
impl UnwindSafe for InstrumentMarginRateField
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