#[repr(C)]pub struct CThostFtdcSyncDeltaRCAMSInvstCombPosField {Show 14 fields
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,
pub ActionDirection: TThostFtdcActionDirectionType,
pub SyncDeltaSequenceNo: TThostFtdcSequenceNoType,
}Fields§
§ExchangeID: TThostFtdcExchangeIDType§BrokerID: TThostFtdcBrokerIDType§InvestorID: TThostFtdcInvestorIDType§InstrumentID: TThostFtdcInstrumentIDType§HedgeFlag: TThostFtdcHedgeFlagType§PosiDirection: TThostFtdcPosiDirectionType§CombInstrumentID: TThostFtdcInstrumentIDType§LegID: TThostFtdcLegIDType§ExchangeInstID: TThostFtdcExchangeInstIDType§TotalAmt: TThostFtdcVolumeType§ExchMargin: TThostFtdcMoneyType§Margin: TThostFtdcMoneyType§ActionDirection: TThostFtdcActionDirectionType§SyncDeltaSequenceNo: TThostFtdcSequenceNoTypeTrait Implementations§
Source§impl Clone for CThostFtdcSyncDeltaRCAMSInvstCombPosField
impl Clone for CThostFtdcSyncDeltaRCAMSInvstCombPosField
Source§fn clone(&self) -> CThostFtdcSyncDeltaRCAMSInvstCombPosField
fn clone(&self) -> CThostFtdcSyncDeltaRCAMSInvstCombPosField
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 CThostFtdcSyncDeltaRCAMSInvstCombPosField
Auto Trait Implementations§
impl Freeze for CThostFtdcSyncDeltaRCAMSInvstCombPosField
impl RefUnwindSafe for CThostFtdcSyncDeltaRCAMSInvstCombPosField
impl Send for CThostFtdcSyncDeltaRCAMSInvstCombPosField
impl Sync for CThostFtdcSyncDeltaRCAMSInvstCombPosField
impl Unpin for CThostFtdcSyncDeltaRCAMSInvstCombPosField
impl UnwindSafe for CThostFtdcSyncDeltaRCAMSInvstCombPosField
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