#[repr(C)]pub struct CThostFtdcSyncDeltaInvstPosCombDtlField {Show 21 fields
pub TradingDay: TThostFtdcDateType,
pub OpenDate: TThostFtdcDateType,
pub ExchangeID: TThostFtdcExchangeIDType,
pub SettlementID: TThostFtdcSettlementIDType,
pub BrokerID: TThostFtdcBrokerIDType,
pub InvestorID: TThostFtdcInvestorIDType,
pub ComTradeID: TThostFtdcTradeIDType,
pub TradeID: TThostFtdcTradeIDType,
pub InstrumentID: TThostFtdcInstrumentIDType,
pub HedgeFlag: TThostFtdcHedgeFlagType,
pub Direction: TThostFtdcDirectionType,
pub TotalAmt: TThostFtdcVolumeType,
pub Margin: TThostFtdcMoneyType,
pub ExchMargin: TThostFtdcMoneyType,
pub MarginRateByMoney: TThostFtdcRatioType,
pub MarginRateByVolume: TThostFtdcRatioType,
pub LegID: TThostFtdcLegIDType,
pub LegMultiple: TThostFtdcLegMultipleType,
pub TradeGroupID: TThostFtdcTradeGroupIDType,
pub ActionDirection: TThostFtdcActionDirectionType,
pub SyncDeltaSequenceNo: TThostFtdcSequenceNoType,
}Fields§
§TradingDay: TThostFtdcDateType§OpenDate: TThostFtdcDateType§ExchangeID: TThostFtdcExchangeIDType§SettlementID: TThostFtdcSettlementIDType§BrokerID: TThostFtdcBrokerIDType§InvestorID: TThostFtdcInvestorIDType§ComTradeID: TThostFtdcTradeIDType§TradeID: TThostFtdcTradeIDType§InstrumentID: TThostFtdcInstrumentIDType§HedgeFlag: TThostFtdcHedgeFlagType§Direction: TThostFtdcDirectionType§TotalAmt: TThostFtdcVolumeType§Margin: TThostFtdcMoneyType§ExchMargin: TThostFtdcMoneyType§MarginRateByMoney: TThostFtdcRatioType§MarginRateByVolume: TThostFtdcRatioType§LegID: TThostFtdcLegIDType§LegMultiple: TThostFtdcLegMultipleType§TradeGroupID: TThostFtdcTradeGroupIDType§ActionDirection: TThostFtdcActionDirectionType§SyncDeltaSequenceNo: TThostFtdcSequenceNoTypeTrait Implementations§
Source§impl Clone for CThostFtdcSyncDeltaInvstPosCombDtlField
impl Clone for CThostFtdcSyncDeltaInvstPosCombDtlField
Source§fn clone(&self) -> CThostFtdcSyncDeltaInvstPosCombDtlField
fn clone(&self) -> CThostFtdcSyncDeltaInvstPosCombDtlField
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 CThostFtdcSyncDeltaInvstPosCombDtlField
Auto Trait Implementations§
impl Freeze for CThostFtdcSyncDeltaInvstPosCombDtlField
impl RefUnwindSafe for CThostFtdcSyncDeltaInvstPosCombDtlField
impl Send for CThostFtdcSyncDeltaInvstPosCombDtlField
impl Sync for CThostFtdcSyncDeltaInvstPosCombDtlField
impl Unpin for CThostFtdcSyncDeltaInvstPosCombDtlField
impl UnwindSafe for CThostFtdcSyncDeltaInvstPosCombDtlField
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