#[repr(C)]pub struct CThostFtdcExchangeOrderActionField {Show 20 fields
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 BranchID: TThostFtdcBranchIDType,
pub reserve1: TThostFtdcOldIPAddressType,
pub MacAddress: TThostFtdcMacAddressType,
pub IPAddress: TThostFtdcIPAddressType,
}Fields§
§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§BranchID: TThostFtdcBranchIDType§reserve1: TThostFtdcOldIPAddressType§MacAddress: TThostFtdcMacAddressType§IPAddress: TThostFtdcIPAddressTypeTrait Implementations§
Source§impl Clone for CThostFtdcExchangeOrderActionField
impl Clone for CThostFtdcExchangeOrderActionField
Source§fn clone(&self) -> CThostFtdcExchangeOrderActionField
fn clone(&self) -> CThostFtdcExchangeOrderActionField
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 CThostFtdcExchangeOrderActionField
Auto Trait Implementations§
impl Freeze for CThostFtdcExchangeOrderActionField
impl RefUnwindSafe for CThostFtdcExchangeOrderActionField
impl Send for CThostFtdcExchangeOrderActionField
impl Sync for CThostFtdcExchangeOrderActionField
impl Unpin for CThostFtdcExchangeOrderActionField
impl UnwindSafe for CThostFtdcExchangeOrderActionField
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