#[repr(C)]pub struct RCAMSInvestorCombPositionField {Show 13 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,
}
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
Trait Implementations§
Auto Trait Implementations§
impl Freeze for RCAMSInvestorCombPositionField
impl RefUnwindSafe for RCAMSInvestorCombPositionField
impl Send for RCAMSInvestorCombPositionField
impl Sync for RCAMSInvestorCombPositionField
impl Unpin for RCAMSInvestorCombPositionField
impl UnwindSafe for RCAMSInvestorCombPositionField
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