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