#[repr(C)]pub struct CThostFtdcExecOrderField {Show 47 fields
pub BrokerID: TThostFtdcBrokerIDType,
pub InvestorID: TThostFtdcInvestorIDType,
pub reserve1: TThostFtdcOldInstrumentIDType,
pub ExecOrderRef: TThostFtdcOrderRefType,
pub UserID: TThostFtdcUserIDType,
pub Volume: TThostFtdcVolumeType,
pub RequestID: TThostFtdcRequestIDType,
pub BusinessUnit: TThostFtdcBusinessUnitType,
pub OffsetFlag: TThostFtdcOffsetFlagType,
pub HedgeFlag: TThostFtdcHedgeFlagType,
pub ActionType: TThostFtdcActionTypeType,
pub PosiDirection: TThostFtdcPosiDirectionType,
pub ReservePositionFlag: TThostFtdcExecOrderPositionFlagType,
pub CloseFlag: TThostFtdcExecOrderCloseFlagType,
pub ExecOrderLocalID: TThostFtdcOrderLocalIDType,
pub ExchangeID: TThostFtdcExchangeIDType,
pub ParticipantID: TThostFtdcParticipantIDType,
pub ClientID: TThostFtdcClientIDType,
pub reserve2: TThostFtdcOldExchangeInstIDType,
pub TraderID: TThostFtdcTraderIDType,
pub InstallID: TThostFtdcInstallIDType,
pub OrderSubmitStatus: TThostFtdcOrderSubmitStatusType,
pub NotifySequence: TThostFtdcSequenceNoType,
pub TradingDay: TThostFtdcDateType,
pub SettlementID: TThostFtdcSettlementIDType,
pub ExecOrderSysID: TThostFtdcExecOrderSysIDType,
pub InsertDate: TThostFtdcDateType,
pub InsertTime: TThostFtdcTimeType,
pub CancelTime: TThostFtdcTimeType,
pub ExecResult: TThostFtdcExecResultType,
pub ClearingPartID: TThostFtdcParticipantIDType,
pub SequenceNo: TThostFtdcSequenceNoType,
pub FrontID: TThostFtdcFrontIDType,
pub SessionID: TThostFtdcSessionIDType,
pub UserProductInfo: TThostFtdcProductInfoType,
pub StatusMsg: TThostFtdcErrorMsgType,
pub ActiveUserID: TThostFtdcUserIDType,
pub BrokerExecOrderSeq: TThostFtdcSequenceNoType,
pub BranchID: TThostFtdcBranchIDType,
pub InvestUnitID: TThostFtdcInvestUnitIDType,
pub AccountID: TThostFtdcAccountIDType,
pub CurrencyID: TThostFtdcCurrencyIDType,
pub reserve3: TThostFtdcOldIPAddressType,
pub MacAddress: TThostFtdcMacAddressType,
pub InstrumentID: TThostFtdcInstrumentIDType,
pub ExchangeInstID: TThostFtdcExchangeInstIDType,
pub IPAddress: TThostFtdcIPAddressType,
}Fields§
§BrokerID: TThostFtdcBrokerIDType§InvestorID: TThostFtdcInvestorIDType§reserve1: TThostFtdcOldInstrumentIDType§ExecOrderRef: TThostFtdcOrderRefType§UserID: TThostFtdcUserIDType§Volume: TThostFtdcVolumeType§RequestID: TThostFtdcRequestIDType§BusinessUnit: TThostFtdcBusinessUnitType§OffsetFlag: TThostFtdcOffsetFlagType§HedgeFlag: TThostFtdcHedgeFlagType§ActionType: TThostFtdcActionTypeType§PosiDirection: TThostFtdcPosiDirectionType§ReservePositionFlag: TThostFtdcExecOrderPositionFlagType§CloseFlag: TThostFtdcExecOrderCloseFlagType§ExecOrderLocalID: TThostFtdcOrderLocalIDType§ExchangeID: TThostFtdcExchangeIDType§ParticipantID: TThostFtdcParticipantIDType§ClientID: TThostFtdcClientIDType§reserve2: TThostFtdcOldExchangeInstIDType§TraderID: TThostFtdcTraderIDType§InstallID: TThostFtdcInstallIDType§OrderSubmitStatus: TThostFtdcOrderSubmitStatusType§NotifySequence: TThostFtdcSequenceNoType§TradingDay: TThostFtdcDateType§SettlementID: TThostFtdcSettlementIDType§ExecOrderSysID: TThostFtdcExecOrderSysIDType§InsertDate: TThostFtdcDateType§InsertTime: TThostFtdcTimeType§CancelTime: TThostFtdcTimeType§ExecResult: TThostFtdcExecResultType§ClearingPartID: TThostFtdcParticipantIDType§SequenceNo: TThostFtdcSequenceNoType§FrontID: TThostFtdcFrontIDType§SessionID: TThostFtdcSessionIDType§UserProductInfo: TThostFtdcProductInfoType§StatusMsg: TThostFtdcErrorMsgType§ActiveUserID: TThostFtdcUserIDType§BrokerExecOrderSeq: TThostFtdcSequenceNoType§BranchID: TThostFtdcBranchIDType§InvestUnitID: TThostFtdcInvestUnitIDType§AccountID: TThostFtdcAccountIDType§CurrencyID: TThostFtdcCurrencyIDType§reserve3: TThostFtdcOldIPAddressType§MacAddress: TThostFtdcMacAddressType§InstrumentID: TThostFtdcInstrumentIDType§ExchangeInstID: TThostFtdcExchangeInstIDType§IPAddress: TThostFtdcIPAddressTypeTrait Implementations§
Source§impl Clone for CThostFtdcExecOrderField
impl Clone for CThostFtdcExecOrderField
Source§fn clone(&self) -> CThostFtdcExecOrderField
fn clone(&self) -> CThostFtdcExecOrderField
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 moreSource§impl Debug for CThostFtdcExecOrderField
impl Debug for CThostFtdcExecOrderField
impl Copy for CThostFtdcExecOrderField
Auto Trait Implementations§
impl Freeze for CThostFtdcExecOrderField
impl RefUnwindSafe for CThostFtdcExecOrderField
impl Send for CThostFtdcExecOrderField
impl Sync for CThostFtdcExecOrderField
impl Unpin for CThostFtdcExecOrderField
impl UnwindSafe for CThostFtdcExecOrderField
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