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