#[repr(C)]pub struct InstrumentMarginRateAdjustField {
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: String
Trait Implementations§
Auto Trait Implementations§
impl Freeze for InstrumentMarginRateAdjustField
impl RefUnwindSafe for InstrumentMarginRateAdjustField
impl Send for InstrumentMarginRateAdjustField
impl Sync for InstrumentMarginRateAdjustField
impl Unpin for InstrumentMarginRateAdjustField
impl UnwindSafe for InstrumentMarginRateAdjustField
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