#[repr(C)]pub struct CThostFtdcOrderActionField {Show 31 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 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§InstrumentID: TThostFtdcInstrumentIDType§IPAddress: TThostFtdcIPAddressTypeTrait Implementations§
Source§impl Clone for CThostFtdcOrderActionField
impl Clone for CThostFtdcOrderActionField
Source§fn clone(&self) -> CThostFtdcOrderActionField
fn clone(&self) -> CThostFtdcOrderActionField
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 moreSource§impl Debug for CThostFtdcOrderActionField
impl Debug for CThostFtdcOrderActionField
impl Copy for CThostFtdcOrderActionField
Auto Trait Implementations§
impl Freeze for CThostFtdcOrderActionField
impl RefUnwindSafe for CThostFtdcOrderActionField
impl Send for CThostFtdcOrderActionField
impl Sync for CThostFtdcOrderActionField
impl Unpin for CThostFtdcOrderActionField
impl UnwindSafe for CThostFtdcOrderActionField
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