#[repr(C)]pub struct SyncDeltaRCAMSInvstCombPosField {Show 15 fields
pub is_null: bool,
pub ExchangeID: String,
pub BrokerID: String,
pub InvestorID: String,
pub InstrumentID: String,
pub HedgeFlag: u8,
pub PosiDirection: u8,
pub CombInstrumentID: String,
pub LegID: i32,
pub ExchangeInstID: String,
pub TotalAmt: i32,
pub ExchMargin: f64,
pub Margin: f64,
pub ActionDirection: u8,
pub SyncDeltaSequenceNo: i32,
}
Fields§
§is_null: bool
§ExchangeID: String
§BrokerID: String
§InvestorID: String
§InstrumentID: String
§HedgeFlag: u8
§PosiDirection: u8
§CombInstrumentID: String
§LegID: i32
§ExchangeInstID: String
§TotalAmt: i32
§ExchMargin: f64
§Margin: f64
§ActionDirection: u8
§SyncDeltaSequenceNo: i32
Trait Implementations§
Auto Trait Implementations§
impl Freeze for SyncDeltaRCAMSInvstCombPosField
impl RefUnwindSafe for SyncDeltaRCAMSInvstCombPosField
impl Send for SyncDeltaRCAMSInvstCombPosField
impl Sync for SyncDeltaRCAMSInvstCombPosField
impl Unpin for SyncDeltaRCAMSInvstCombPosField
impl UnwindSafe for SyncDeltaRCAMSInvstCombPosField
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