#[repr(C)]pub struct CThostFtdcExchangeExecOrderActionField {Show 22 fields
pub ExchangeID: TThostFtdcExchangeIDType,
pub ExecOrderSysID: TThostFtdcExecOrderSysIDType,
pub ActionFlag: TThostFtdcActionFlagType,
pub ActionDate: TThostFtdcDateType,
pub ActionTime: TThostFtdcTimeType,
pub TraderID: TThostFtdcTraderIDType,
pub InstallID: TThostFtdcInstallIDType,
pub ExecOrderLocalID: TThostFtdcOrderLocalIDType,
pub ActionLocalID: TThostFtdcOrderLocalIDType,
pub ParticipantID: TThostFtdcParticipantIDType,
pub ClientID: TThostFtdcClientIDType,
pub BusinessUnit: TThostFtdcBusinessUnitType,
pub OrderActionStatus: TThostFtdcOrderActionStatusType,
pub UserID: TThostFtdcUserIDType,
pub ActionType: TThostFtdcActionTypeType,
pub BranchID: TThostFtdcBranchIDType,
pub reserve1: TThostFtdcOldIPAddressType,
pub MacAddress: TThostFtdcMacAddressType,
pub reserve2: TThostFtdcOldExchangeInstIDType,
pub Volume: TThostFtdcVolumeType,
pub IPAddress: TThostFtdcIPAddressType,
pub ExchangeInstID: TThostFtdcExchangeInstIDType,
}Fields§
§ExchangeID: TThostFtdcExchangeIDType§ExecOrderSysID: TThostFtdcExecOrderSysIDType§ActionFlag: TThostFtdcActionFlagType§ActionDate: TThostFtdcDateType§ActionTime: TThostFtdcTimeType§TraderID: TThostFtdcTraderIDType§InstallID: TThostFtdcInstallIDType§ExecOrderLocalID: TThostFtdcOrderLocalIDType§ActionLocalID: TThostFtdcOrderLocalIDType§ParticipantID: TThostFtdcParticipantIDType§ClientID: TThostFtdcClientIDType§BusinessUnit: TThostFtdcBusinessUnitType§OrderActionStatus: TThostFtdcOrderActionStatusType§UserID: TThostFtdcUserIDType§ActionType: TThostFtdcActionTypeType§BranchID: TThostFtdcBranchIDType§reserve1: TThostFtdcOldIPAddressType§MacAddress: TThostFtdcMacAddressType§reserve2: TThostFtdcOldExchangeInstIDType§Volume: TThostFtdcVolumeType§IPAddress: TThostFtdcIPAddressType§ExchangeInstID: TThostFtdcExchangeInstIDTypeTrait Implementations§
Source§impl Clone for CThostFtdcExchangeExecOrderActionField
impl Clone for CThostFtdcExchangeExecOrderActionField
Source§fn clone(&self) -> CThostFtdcExchangeExecOrderActionField
fn clone(&self) -> CThostFtdcExchangeExecOrderActionField
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 CThostFtdcExchangeExecOrderActionField
Auto Trait Implementations§
impl Freeze for CThostFtdcExchangeExecOrderActionField
impl RefUnwindSafe for CThostFtdcExchangeExecOrderActionField
impl Send for CThostFtdcExchangeExecOrderActionField
impl Sync for CThostFtdcExchangeExecOrderActionField
impl Unpin for CThostFtdcExchangeExecOrderActionField
impl UnwindSafe for CThostFtdcExchangeExecOrderActionField
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