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