#[repr(C)]pub struct SyncDeltaInitInvstMarginField {Show 16 fields
pub is_null: bool,
pub BrokerID: String,
pub InvestorID: String,
pub LastRiskTotalInvstMargin: f64,
pub LastRiskTotalExchMargin: f64,
pub ThisSyncInvstMargin: f64,
pub ThisSyncExchMargin: f64,
pub RemainRiskInvstMargin: f64,
pub RemainRiskExchMargin: f64,
pub LastRiskSpecTotalInvstMargin: f64,
pub LastRiskSpecTotalExchMargin: f64,
pub ThisSyncSpecInvstMargin: f64,
pub ThisSyncSpecExchMargin: f64,
pub RemainRiskSpecInvstMargin: f64,
pub RemainRiskSpecExchMargin: f64,
pub SyncDeltaSequenceNo: i32,
}
Fields§
§is_null: bool
§BrokerID: String
§InvestorID: String
§LastRiskTotalInvstMargin: f64
§LastRiskTotalExchMargin: f64
§ThisSyncInvstMargin: f64
§ThisSyncExchMargin: f64
§RemainRiskInvstMargin: f64
§RemainRiskExchMargin: f64
§LastRiskSpecTotalInvstMargin: f64
§LastRiskSpecTotalExchMargin: f64
§ThisSyncSpecInvstMargin: f64
§ThisSyncSpecExchMargin: f64
§RemainRiskSpecInvstMargin: f64
§RemainRiskSpecExchMargin: f64
§SyncDeltaSequenceNo: i32
Trait Implementations§
Auto Trait Implementations§
impl Freeze for SyncDeltaInitInvstMarginField
impl RefUnwindSafe for SyncDeltaInitInvstMarginField
impl Send for SyncDeltaInitInvstMarginField
impl Sync for SyncDeltaInitInvstMarginField
impl Unpin for SyncDeltaInitInvstMarginField
impl UnwindSafe for SyncDeltaInitInvstMarginField
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