#[repr(C)]pub struct CThostFtdcExchangeTradeField {Show 23 fields
pub ExchangeID: TThostFtdcExchangeIDType,
pub TradeID: TThostFtdcTradeIDType,
pub Direction: TThostFtdcDirectionType,
pub OrderSysID: TThostFtdcOrderSysIDType,
pub ParticipantID: TThostFtdcParticipantIDType,
pub ClientID: TThostFtdcClientIDType,
pub TradingRole: TThostFtdcTradingRoleType,
pub reserve1: TThostFtdcOldExchangeInstIDType,
pub OffsetFlag: TThostFtdcOffsetFlagType,
pub HedgeFlag: TThostFtdcHedgeFlagType,
pub Price: TThostFtdcPriceType,
pub Volume: TThostFtdcVolumeType,
pub TradeDate: TThostFtdcDateType,
pub TradeTime: TThostFtdcTimeType,
pub TradeType: TThostFtdcTradeTypeType,
pub PriceSource: TThostFtdcPriceSourceType,
pub TraderID: TThostFtdcTraderIDType,
pub OrderLocalID: TThostFtdcOrderLocalIDType,
pub ClearingPartID: TThostFtdcParticipantIDType,
pub BusinessUnit: TThostFtdcBusinessUnitType,
pub SequenceNo: TThostFtdcSequenceNoType,
pub TradeSource: TThostFtdcTradeSourceType,
pub ExchangeInstID: TThostFtdcExchangeInstIDType,
}Fields§
§ExchangeID: TThostFtdcExchangeIDType§TradeID: TThostFtdcTradeIDType§Direction: TThostFtdcDirectionType§OrderSysID: TThostFtdcOrderSysIDType§ParticipantID: TThostFtdcParticipantIDType§ClientID: TThostFtdcClientIDType§TradingRole: TThostFtdcTradingRoleType§reserve1: TThostFtdcOldExchangeInstIDType§OffsetFlag: TThostFtdcOffsetFlagType§HedgeFlag: TThostFtdcHedgeFlagType§Price: TThostFtdcPriceType§Volume: TThostFtdcVolumeType§TradeDate: TThostFtdcDateType§TradeTime: TThostFtdcTimeType§TradeType: TThostFtdcTradeTypeType§PriceSource: TThostFtdcPriceSourceType§TraderID: TThostFtdcTraderIDType§OrderLocalID: TThostFtdcOrderLocalIDType§ClearingPartID: TThostFtdcParticipantIDType§BusinessUnit: TThostFtdcBusinessUnitType§SequenceNo: TThostFtdcSequenceNoType§TradeSource: TThostFtdcTradeSourceType§ExchangeInstID: TThostFtdcExchangeInstIDTypeTrait Implementations§
Source§impl Clone for CThostFtdcExchangeTradeField
impl Clone for CThostFtdcExchangeTradeField
Source§fn clone(&self) -> CThostFtdcExchangeTradeField
fn clone(&self) -> CThostFtdcExchangeTradeField
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 CThostFtdcExchangeTradeField
Auto Trait Implementations§
impl Freeze for CThostFtdcExchangeTradeField
impl RefUnwindSafe for CThostFtdcExchangeTradeField
impl Send for CThostFtdcExchangeTradeField
impl Sync for CThostFtdcExchangeTradeField
impl Unpin for CThostFtdcExchangeTradeField
impl UnsafeUnpin for CThostFtdcExchangeTradeField
impl UnwindSafe for CThostFtdcExchangeTradeField
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