#[repr(C)]pub struct CThostFtdcExchangeExecOrderField {Show 32 fields
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 reserve1: 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 BranchID: TThostFtdcBranchIDType,
pub reserve2: TThostFtdcOldIPAddressType,
pub MacAddress: TThostFtdcMacAddressType,
pub ExchangeInstID: TThostFtdcExchangeInstIDType,
pub IPAddress: TThostFtdcIPAddressType,
}Fields§
§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§reserve1: 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§BranchID: TThostFtdcBranchIDType§reserve2: TThostFtdcOldIPAddressType§MacAddress: TThostFtdcMacAddressType§ExchangeInstID: TThostFtdcExchangeInstIDType§IPAddress: TThostFtdcIPAddressTypeTrait Implementations§
Source§impl Clone for CThostFtdcExchangeExecOrderField
impl Clone for CThostFtdcExchangeExecOrderField
Source§fn clone(&self) -> CThostFtdcExchangeExecOrderField
fn clone(&self) -> CThostFtdcExchangeExecOrderField
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 CThostFtdcExchangeExecOrderField
Auto Trait Implementations§
impl Freeze for CThostFtdcExchangeExecOrderField
impl RefUnwindSafe for CThostFtdcExchangeExecOrderField
impl Send for CThostFtdcExchangeExecOrderField
impl Sync for CThostFtdcExchangeExecOrderField
impl Unpin for CThostFtdcExchangeExecOrderField
impl UnwindSafe for CThostFtdcExchangeExecOrderField
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