#[repr(C)]pub struct CThostFtdcErrOrderActionField {Show 33 fields
pub BrokerID: TThostFtdcBrokerIDType,
pub InvestorID: TThostFtdcInvestorIDType,
pub OrderActionRef: TThostFtdcOrderActionRefType,
pub OrderRef: TThostFtdcOrderRefType,
pub RequestID: TThostFtdcRequestIDType,
pub FrontID: TThostFtdcFrontIDType,
pub SessionID: TThostFtdcSessionIDType,
pub ExchangeID: TThostFtdcExchangeIDType,
pub OrderSysID: TThostFtdcOrderSysIDType,
pub ActionFlag: TThostFtdcActionFlagType,
pub LimitPrice: TThostFtdcPriceType,
pub VolumeChange: TThostFtdcVolumeType,
pub ActionDate: TThostFtdcDateType,
pub ActionTime: TThostFtdcTimeType,
pub TraderID: TThostFtdcTraderIDType,
pub InstallID: TThostFtdcInstallIDType,
pub OrderLocalID: TThostFtdcOrderLocalIDType,
pub ActionLocalID: TThostFtdcOrderLocalIDType,
pub ParticipantID: TThostFtdcParticipantIDType,
pub ClientID: TThostFtdcClientIDType,
pub BusinessUnit: TThostFtdcBusinessUnitType,
pub OrderActionStatus: TThostFtdcOrderActionStatusType,
pub UserID: TThostFtdcUserIDType,
pub StatusMsg: TThostFtdcErrorMsgType,
pub reserve1: TThostFtdcOldInstrumentIDType,
pub BranchID: TThostFtdcBranchIDType,
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§OrderActionRef: TThostFtdcOrderActionRefType§OrderRef: TThostFtdcOrderRefType§RequestID: TThostFtdcRequestIDType§FrontID: TThostFtdcFrontIDType§SessionID: TThostFtdcSessionIDType§ExchangeID: TThostFtdcExchangeIDType§OrderSysID: TThostFtdcOrderSysIDType§ActionFlag: TThostFtdcActionFlagType§LimitPrice: TThostFtdcPriceType§VolumeChange: TThostFtdcVolumeType§ActionDate: TThostFtdcDateType§ActionTime: TThostFtdcTimeType§TraderID: TThostFtdcTraderIDType§InstallID: TThostFtdcInstallIDType§OrderLocalID: TThostFtdcOrderLocalIDType§ActionLocalID: TThostFtdcOrderLocalIDType§ParticipantID: TThostFtdcParticipantIDType§ClientID: TThostFtdcClientIDType§BusinessUnit: TThostFtdcBusinessUnitType§OrderActionStatus: TThostFtdcOrderActionStatusType§UserID: TThostFtdcUserIDType§StatusMsg: TThostFtdcErrorMsgType§reserve1: TThostFtdcOldInstrumentIDType§BranchID: TThostFtdcBranchIDType§InvestUnitID: TThostFtdcInvestUnitIDType§reserve2: TThostFtdcOldIPAddressType§MacAddress: TThostFtdcMacAddressType§ErrorID: TThostFtdcErrorIDType§ErrorMsg: TThostFtdcErrorMsgType§InstrumentID: TThostFtdcInstrumentIDType§IPAddress: TThostFtdcIPAddressTypeTrait Implementations§
Source§impl Clone for CThostFtdcErrOrderActionField
impl Clone for CThostFtdcErrOrderActionField
Source§fn clone(&self) -> CThostFtdcErrOrderActionField
fn clone(&self) -> CThostFtdcErrOrderActionField
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 CThostFtdcErrOrderActionField
Auto Trait Implementations§
impl Freeze for CThostFtdcErrOrderActionField
impl RefUnwindSafe for CThostFtdcErrOrderActionField
impl Send for CThostFtdcErrOrderActionField
impl Sync for CThostFtdcErrOrderActionField
impl Unpin for CThostFtdcErrOrderActionField
impl UnwindSafe for CThostFtdcErrOrderActionField
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