#[repr(C)]pub struct SyncDeltaOptInvstMarginField {Show 16 fields
pub is_null: bool,
pub InstrumentID: String,
pub InvestorRange: u8,
pub BrokerID: String,
pub InvestorID: String,
pub SShortMarginRatioByMoney: f64,
pub SShortMarginRatioByVolume: f64,
pub HShortMarginRatioByMoney: f64,
pub HShortMarginRatioByVolume: f64,
pub AShortMarginRatioByMoney: f64,
pub AShortMarginRatioByVolume: f64,
pub IsRelative: i32,
pub MShortMarginRatioByMoney: f64,
pub MShortMarginRatioByVolume: f64,
pub ActionDirection: u8,
pub SyncDeltaSequenceNo: i32,
}
Fields§
§is_null: bool
§InstrumentID: String
§InvestorRange: u8
§BrokerID: String
§InvestorID: String
§SShortMarginRatioByMoney: f64
§SShortMarginRatioByVolume: f64
§HShortMarginRatioByMoney: f64
§HShortMarginRatioByVolume: f64
§AShortMarginRatioByMoney: f64
§AShortMarginRatioByVolume: f64
§IsRelative: i32
§MShortMarginRatioByMoney: f64
§MShortMarginRatioByVolume: f64
§ActionDirection: u8
§SyncDeltaSequenceNo: i32
Trait Implementations§
Source§impl Clone for SyncDeltaOptInvstMarginField
impl Clone for SyncDeltaOptInvstMarginField
Source§impl Debug for SyncDeltaOptInvstMarginField
impl Debug for SyncDeltaOptInvstMarginField
Auto Trait Implementations§
impl Freeze for SyncDeltaOptInvstMarginField
impl RefUnwindSafe for SyncDeltaOptInvstMarginField
impl Send for SyncDeltaOptInvstMarginField
impl Sync for SyncDeltaOptInvstMarginField
impl Unpin for SyncDeltaOptInvstMarginField
impl UnwindSafe for SyncDeltaOptInvstMarginField
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