#[repr(C)]pub struct ExchangeMarginRateAdjustField {Show 16 fields
pub is_null: bool,
pub BrokerID: String,
pub HedgeFlag: u8,
pub LongMarginRatioByMoney: f64,
pub LongMarginRatioByVolume: f64,
pub ShortMarginRatioByMoney: f64,
pub ShortMarginRatioByVolume: f64,
pub ExchLongMarginRatioByMoney: f64,
pub ExchLongMarginRatioByVolume: f64,
pub ExchShortMarginRatioByMoney: f64,
pub ExchShortMarginRatioByVolume: f64,
pub NoLongMarginRatioByMoney: f64,
pub NoLongMarginRatioByVolume: f64,
pub NoShortMarginRatioByMoney: f64,
pub NoShortMarginRatioByVolume: f64,
pub InstrumentID: String,
}
Fields§
§is_null: bool
§BrokerID: String
§HedgeFlag: u8
§LongMarginRatioByMoney: f64
§LongMarginRatioByVolume: f64
§ShortMarginRatioByMoney: f64
§ShortMarginRatioByVolume: f64
§ExchLongMarginRatioByMoney: f64
§ExchLongMarginRatioByVolume: f64
§ExchShortMarginRatioByMoney: f64
§ExchShortMarginRatioByVolume: f64
§NoLongMarginRatioByMoney: f64
§NoLongMarginRatioByVolume: f64
§NoShortMarginRatioByMoney: f64
§NoShortMarginRatioByVolume: f64
§InstrumentID: String
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ExchangeMarginRateAdjustField
impl RefUnwindSafe for ExchangeMarginRateAdjustField
impl Send for ExchangeMarginRateAdjustField
impl Sync for ExchangeMarginRateAdjustField
impl Unpin for ExchangeMarginRateAdjustField
impl UnwindSafe for ExchangeMarginRateAdjustField
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