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