#[repr(C)]pub struct CThostFtdcExchangeCombActionField {Show 22 fields
pub Direction: TThostFtdcDirectionType,
pub Volume: TThostFtdcVolumeType,
pub CombDirection: TThostFtdcCombDirectionType,
pub HedgeFlag: TThostFtdcHedgeFlagType,
pub ActionLocalID: TThostFtdcOrderLocalIDType,
pub ExchangeID: TThostFtdcExchangeIDType,
pub ParticipantID: TThostFtdcParticipantIDType,
pub ClientID: TThostFtdcClientIDType,
pub reserve1: TThostFtdcOldExchangeInstIDType,
pub TraderID: TThostFtdcTraderIDType,
pub InstallID: TThostFtdcInstallIDType,
pub ActionStatus: TThostFtdcOrderActionStatusType,
pub NotifySequence: TThostFtdcSequenceNoType,
pub TradingDay: TThostFtdcDateType,
pub SettlementID: TThostFtdcSettlementIDType,
pub SequenceNo: TThostFtdcSequenceNoType,
pub reserve2: TThostFtdcOldIPAddressType,
pub MacAddress: TThostFtdcMacAddressType,
pub ComTradeID: TThostFtdcTradeIDType,
pub BranchID: TThostFtdcBranchIDType,
pub ExchangeInstID: TThostFtdcExchangeInstIDType,
pub IPAddress: TThostFtdcIPAddressType,
}Fields§
§Direction: TThostFtdcDirectionType§Volume: TThostFtdcVolumeType§CombDirection: TThostFtdcCombDirectionType§HedgeFlag: TThostFtdcHedgeFlagType§ActionLocalID: TThostFtdcOrderLocalIDType§ExchangeID: TThostFtdcExchangeIDType§ParticipantID: TThostFtdcParticipantIDType§ClientID: TThostFtdcClientIDType§reserve1: TThostFtdcOldExchangeInstIDType§TraderID: TThostFtdcTraderIDType§InstallID: TThostFtdcInstallIDType§ActionStatus: TThostFtdcOrderActionStatusType§NotifySequence: TThostFtdcSequenceNoType§TradingDay: TThostFtdcDateType§SettlementID: TThostFtdcSettlementIDType§SequenceNo: TThostFtdcSequenceNoType§reserve2: TThostFtdcOldIPAddressType§MacAddress: TThostFtdcMacAddressType§ComTradeID: TThostFtdcTradeIDType§BranchID: TThostFtdcBranchIDType§ExchangeInstID: TThostFtdcExchangeInstIDType§IPAddress: TThostFtdcIPAddressTypeTrait Implementations§
Source§impl Clone for CThostFtdcExchangeCombActionField
impl Clone for CThostFtdcExchangeCombActionField
Source§fn clone(&self) -> CThostFtdcExchangeCombActionField
fn clone(&self) -> CThostFtdcExchangeCombActionField
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 CThostFtdcExchangeCombActionField
Auto Trait Implementations§
impl Freeze for CThostFtdcExchangeCombActionField
impl RefUnwindSafe for CThostFtdcExchangeCombActionField
impl Send for CThostFtdcExchangeCombActionField
impl Sync for CThostFtdcExchangeCombActionField
impl Unpin for CThostFtdcExchangeCombActionField
impl UnsafeUnpin for CThostFtdcExchangeCombActionField
impl UnwindSafe for CThostFtdcExchangeCombActionField
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