#[repr(C)]pub struct CThostFtdcRCAMSInvestorCombPositionField {
pub ExchangeID: TThostFtdcExchangeIDType,
pub BrokerID: TThostFtdcBrokerIDType,
pub InvestorID: TThostFtdcInvestorIDType,
pub InstrumentID: TThostFtdcInstrumentIDType,
pub HedgeFlag: TThostFtdcHedgeFlagType,
pub PosiDirection: TThostFtdcPosiDirectionType,
pub CombInstrumentID: TThostFtdcInstrumentIDType,
pub LegID: TThostFtdcLegIDType,
pub ExchangeInstID: TThostFtdcExchangeInstIDType,
pub TotalAmt: TThostFtdcVolumeType,
pub ExchMargin: TThostFtdcMoneyType,
pub Margin: TThostFtdcMoneyType,
}Fields§
§ExchangeID: TThostFtdcExchangeIDType§BrokerID: TThostFtdcBrokerIDType§InvestorID: TThostFtdcInvestorIDType§InstrumentID: TThostFtdcInstrumentIDType§HedgeFlag: TThostFtdcHedgeFlagType§PosiDirection: TThostFtdcPosiDirectionType§CombInstrumentID: TThostFtdcInstrumentIDType§LegID: TThostFtdcLegIDType§ExchangeInstID: TThostFtdcExchangeInstIDType§TotalAmt: TThostFtdcVolumeType§ExchMargin: TThostFtdcMoneyType§Margin: TThostFtdcMoneyTypeTrait Implementations§
Source§impl Clone for CThostFtdcRCAMSInvestorCombPositionField
impl Clone for CThostFtdcRCAMSInvestorCombPositionField
Source§fn clone(&self) -> CThostFtdcRCAMSInvestorCombPositionField
fn clone(&self) -> CThostFtdcRCAMSInvestorCombPositionField
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for CThostFtdcRCAMSInvestorCombPositionField
Auto Trait Implementations§
impl Freeze for CThostFtdcRCAMSInvestorCombPositionField
impl RefUnwindSafe for CThostFtdcRCAMSInvestorCombPositionField
impl Send for CThostFtdcRCAMSInvestorCombPositionField
impl Sync for CThostFtdcRCAMSInvestorCombPositionField
impl Unpin for CThostFtdcRCAMSInvestorCombPositionField
impl UnwindSafe for CThostFtdcRCAMSInvestorCombPositionField
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