#[repr(C)]pub struct CThostFtdcErrExecOrderField {Show 25 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 ErrorID: TThostFtdcErrorIDType,
pub ErrorMsg: TThostFtdcErrorMsgType,
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§ErrorID: TThostFtdcErrorIDType§ErrorMsg: TThostFtdcErrorMsgType§InstrumentID: TThostFtdcInstrumentIDType§IPAddress: TThostFtdcIPAddressTypeTrait Implementations§
Source§impl Clone for CThostFtdcErrExecOrderField
impl Clone for CThostFtdcErrExecOrderField
Source§fn clone(&self) -> CThostFtdcErrExecOrderField
fn clone(&self) -> CThostFtdcErrExecOrderField
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 CThostFtdcErrExecOrderField
Auto Trait Implementations§
impl Freeze for CThostFtdcErrExecOrderField
impl RefUnwindSafe for CThostFtdcErrExecOrderField
impl Send for CThostFtdcErrExecOrderField
impl Sync for CThostFtdcErrExecOrderField
impl Unpin for CThostFtdcErrExecOrderField
impl UnsafeUnpin for CThostFtdcErrExecOrderField
impl UnwindSafe for CThostFtdcErrExecOrderField
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