#[repr(C)]pub struct CThostFtdcInputExecOrderField {Show 23 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 ExchangeID: TThostFtdcExchangeIDType,
pub InvestUnitID: TThostFtdcInvestUnitIDType,
pub AccountID: TThostFtdcAccountIDType,
pub CurrencyID: TThostFtdcCurrencyIDType,
pub ClientID: TThostFtdcClientIDType,
pub reserve2: TThostFtdcOldIPAddressType,
pub MacAddress: TThostFtdcMacAddressType,
pub InstrumentID: TThostFtdcInstrumentIDType,
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§ExchangeID: TThostFtdcExchangeIDType§InvestUnitID: TThostFtdcInvestUnitIDType§AccountID: TThostFtdcAccountIDType§CurrencyID: TThostFtdcCurrencyIDType§ClientID: TThostFtdcClientIDType§reserve2: TThostFtdcOldIPAddressType§MacAddress: TThostFtdcMacAddressType§InstrumentID: TThostFtdcInstrumentIDType§IPAddress: TThostFtdcIPAddressTypeTrait Implementations§
Source§impl Clone for CThostFtdcInputExecOrderField
impl Clone for CThostFtdcInputExecOrderField
Source§fn clone(&self) -> CThostFtdcInputExecOrderField
fn clone(&self) -> CThostFtdcInputExecOrderField
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 CThostFtdcInputExecOrderField
Auto Trait Implementations§
impl Freeze for CThostFtdcInputExecOrderField
impl RefUnwindSafe for CThostFtdcInputExecOrderField
impl Send for CThostFtdcInputExecOrderField
impl Sync for CThostFtdcInputExecOrderField
impl Unpin for CThostFtdcInputExecOrderField
impl UnwindSafe for CThostFtdcInputExecOrderField
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