#[repr(C)]pub struct CThostFtdcErrExecOrderActionField {Show 19 fields
pub BrokerID: TThostFtdcBrokerIDType,
pub InvestorID: TThostFtdcInvestorIDType,
pub ExecOrderActionRef: TThostFtdcOrderActionRefType,
pub ExecOrderRef: TThostFtdcOrderRefType,
pub RequestID: TThostFtdcRequestIDType,
pub FrontID: TThostFtdcFrontIDType,
pub SessionID: TThostFtdcSessionIDType,
pub ExchangeID: TThostFtdcExchangeIDType,
pub ExecOrderSysID: TThostFtdcExecOrderSysIDType,
pub ActionFlag: TThostFtdcActionFlagType,
pub UserID: TThostFtdcUserIDType,
pub reserve1: TThostFtdcOldInstrumentIDType,
pub InvestUnitID: TThostFtdcInvestUnitIDType,
pub reserve2: TThostFtdcOldIPAddressType,
pub MacAddress: TThostFtdcMacAddressType,
pub ErrorID: TThostFtdcErrorIDType,
pub ErrorMsg: TThostFtdcErrorMsgType,
pub InstrumentID: TThostFtdcInstrumentIDType,
pub IPAddress: TThostFtdcIPAddressType,
}Fields§
§BrokerID: TThostFtdcBrokerIDType§InvestorID: TThostFtdcInvestorIDType§ExecOrderActionRef: TThostFtdcOrderActionRefType§ExecOrderRef: TThostFtdcOrderRefType§RequestID: TThostFtdcRequestIDType§FrontID: TThostFtdcFrontIDType§SessionID: TThostFtdcSessionIDType§ExchangeID: TThostFtdcExchangeIDType§ExecOrderSysID: TThostFtdcExecOrderSysIDType§ActionFlag: TThostFtdcActionFlagType§UserID: TThostFtdcUserIDType§reserve1: TThostFtdcOldInstrumentIDType§InvestUnitID: TThostFtdcInvestUnitIDType§reserve2: TThostFtdcOldIPAddressType§MacAddress: TThostFtdcMacAddressType§ErrorID: TThostFtdcErrorIDType§ErrorMsg: TThostFtdcErrorMsgType§InstrumentID: TThostFtdcInstrumentIDType§IPAddress: TThostFtdcIPAddressTypeTrait Implementations§
Source§impl Clone for CThostFtdcErrExecOrderActionField
impl Clone for CThostFtdcErrExecOrderActionField
Source§fn clone(&self) -> CThostFtdcErrExecOrderActionField
fn clone(&self) -> CThostFtdcErrExecOrderActionField
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 CThostFtdcErrExecOrderActionField
Auto Trait Implementations§
impl Freeze for CThostFtdcErrExecOrderActionField
impl RefUnwindSafe for CThostFtdcErrExecOrderActionField
impl Send for CThostFtdcErrExecOrderActionField
impl Sync for CThostFtdcErrExecOrderActionField
impl Unpin for CThostFtdcErrExecOrderActionField
impl UnsafeUnpin for CThostFtdcErrExecOrderActionField
impl UnwindSafe for CThostFtdcErrExecOrderActionField
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