#[repr(C)]pub struct CThostFtdcExchangeQuoteActionField {Show 17 fields
pub ExchangeID: TThostFtdcExchangeIDType,
pub QuoteSysID: TThostFtdcOrderSysIDType,
pub ActionFlag: TThostFtdcActionFlagType,
pub ActionDate: TThostFtdcDateType,
pub ActionTime: TThostFtdcTimeType,
pub TraderID: TThostFtdcTraderIDType,
pub InstallID: TThostFtdcInstallIDType,
pub QuoteLocalID: TThostFtdcOrderLocalIDType,
pub ActionLocalID: TThostFtdcOrderLocalIDType,
pub ParticipantID: TThostFtdcParticipantIDType,
pub ClientID: TThostFtdcClientIDType,
pub BusinessUnit: TThostFtdcBusinessUnitType,
pub OrderActionStatus: TThostFtdcOrderActionStatusType,
pub UserID: TThostFtdcUserIDType,
pub reserve1: TThostFtdcOldIPAddressType,
pub MacAddress: TThostFtdcMacAddressType,
pub IPAddress: TThostFtdcIPAddressType,
}Fields§
§ExchangeID: TThostFtdcExchangeIDType§QuoteSysID: TThostFtdcOrderSysIDType§ActionFlag: TThostFtdcActionFlagType§ActionDate: TThostFtdcDateType§ActionTime: TThostFtdcTimeType§TraderID: TThostFtdcTraderIDType§InstallID: TThostFtdcInstallIDType§QuoteLocalID: TThostFtdcOrderLocalIDType§ActionLocalID: TThostFtdcOrderLocalIDType§ParticipantID: TThostFtdcParticipantIDType§ClientID: TThostFtdcClientIDType§BusinessUnit: TThostFtdcBusinessUnitType§OrderActionStatus: TThostFtdcOrderActionStatusType§UserID: TThostFtdcUserIDType§reserve1: TThostFtdcOldIPAddressType§MacAddress: TThostFtdcMacAddressType§IPAddress: TThostFtdcIPAddressTypeTrait Implementations§
Source§impl Clone for CThostFtdcExchangeQuoteActionField
impl Clone for CThostFtdcExchangeQuoteActionField
Source§fn clone(&self) -> CThostFtdcExchangeQuoteActionField
fn clone(&self) -> CThostFtdcExchangeQuoteActionField
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 CThostFtdcExchangeQuoteActionField
Auto Trait Implementations§
impl Freeze for CThostFtdcExchangeQuoteActionField
impl RefUnwindSafe for CThostFtdcExchangeQuoteActionField
impl Send for CThostFtdcExchangeQuoteActionField
impl Sync for CThostFtdcExchangeQuoteActionField
impl Unpin for CThostFtdcExchangeQuoteActionField
impl UnwindSafe for CThostFtdcExchangeQuoteActionField
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