#[repr(C)]pub struct CThostFtdcSyncDeltaInvstPosDtlField {Show 30 fields
pub InstrumentID: TThostFtdcInstrumentIDType,
pub BrokerID: TThostFtdcBrokerIDType,
pub InvestorID: TThostFtdcInvestorIDType,
pub HedgeFlag: TThostFtdcHedgeFlagType,
pub Direction: TThostFtdcDirectionType,
pub OpenDate: TThostFtdcDateType,
pub TradeID: TThostFtdcTradeIDType,
pub Volume: TThostFtdcVolumeType,
pub OpenPrice: TThostFtdcPriceType,
pub TradingDay: TThostFtdcDateType,
pub SettlementID: TThostFtdcSettlementIDType,
pub TradeType: TThostFtdcTradeTypeType,
pub CombInstrumentID: TThostFtdcInstrumentIDType,
pub ExchangeID: TThostFtdcExchangeIDType,
pub CloseProfitByDate: TThostFtdcMoneyType,
pub CloseProfitByTrade: TThostFtdcMoneyType,
pub PositionProfitByDate: TThostFtdcMoneyType,
pub PositionProfitByTrade: TThostFtdcMoneyType,
pub Margin: TThostFtdcMoneyType,
pub ExchMargin: TThostFtdcMoneyType,
pub MarginRateByMoney: TThostFtdcRatioType,
pub MarginRateByVolume: TThostFtdcRatioType,
pub LastSettlementPrice: TThostFtdcPriceType,
pub SettlementPrice: TThostFtdcPriceType,
pub CloseVolume: TThostFtdcVolumeType,
pub CloseAmount: TThostFtdcMoneyType,
pub TimeFirstVolume: TThostFtdcVolumeType,
pub SpecPosiType: TThostFtdcSpecPosiTypeType,
pub ActionDirection: TThostFtdcActionDirectionType,
pub SyncDeltaSequenceNo: TThostFtdcSequenceNoType,
}Fields§
§InstrumentID: TThostFtdcInstrumentIDType§BrokerID: TThostFtdcBrokerIDType§InvestorID: TThostFtdcInvestorIDType§HedgeFlag: TThostFtdcHedgeFlagType§Direction: TThostFtdcDirectionType§OpenDate: TThostFtdcDateType§TradeID: TThostFtdcTradeIDType§Volume: TThostFtdcVolumeType§OpenPrice: TThostFtdcPriceType§TradingDay: TThostFtdcDateType§SettlementID: TThostFtdcSettlementIDType§TradeType: TThostFtdcTradeTypeType§CombInstrumentID: TThostFtdcInstrumentIDType§ExchangeID: TThostFtdcExchangeIDType§CloseProfitByDate: TThostFtdcMoneyType§CloseProfitByTrade: TThostFtdcMoneyType§PositionProfitByDate: TThostFtdcMoneyType§PositionProfitByTrade: TThostFtdcMoneyType§Margin: TThostFtdcMoneyType§ExchMargin: TThostFtdcMoneyType§MarginRateByMoney: TThostFtdcRatioType§MarginRateByVolume: TThostFtdcRatioType§LastSettlementPrice: TThostFtdcPriceType§SettlementPrice: TThostFtdcPriceType§CloseVolume: TThostFtdcVolumeType§CloseAmount: TThostFtdcMoneyType§TimeFirstVolume: TThostFtdcVolumeType§SpecPosiType: TThostFtdcSpecPosiTypeType§ActionDirection: TThostFtdcActionDirectionType§SyncDeltaSequenceNo: TThostFtdcSequenceNoTypeTrait Implementations§
Source§impl Clone for CThostFtdcSyncDeltaInvstPosDtlField
impl Clone for CThostFtdcSyncDeltaInvstPosDtlField
Source§fn clone(&self) -> CThostFtdcSyncDeltaInvstPosDtlField
fn clone(&self) -> CThostFtdcSyncDeltaInvstPosDtlField
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for CThostFtdcSyncDeltaInvstPosDtlField
Auto Trait Implementations§
impl Freeze for CThostFtdcSyncDeltaInvstPosDtlField
impl RefUnwindSafe for CThostFtdcSyncDeltaInvstPosDtlField
impl Send for CThostFtdcSyncDeltaInvstPosDtlField
impl Sync for CThostFtdcSyncDeltaInvstPosDtlField
impl Unpin for CThostFtdcSyncDeltaInvstPosDtlField
impl UnsafeUnpin for CThostFtdcSyncDeltaInvstPosDtlField
impl UnwindSafe for CThostFtdcSyncDeltaInvstPosDtlField
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