#[repr(C)]pub struct CThostFtdcExchangeQuoteField {Show 37 fields
pub AskPrice: TThostFtdcPriceType,
pub BidPrice: TThostFtdcPriceType,
pub AskVolume: TThostFtdcVolumeType,
pub BidVolume: TThostFtdcVolumeType,
pub RequestID: TThostFtdcRequestIDType,
pub BusinessUnit: TThostFtdcBusinessUnitType,
pub AskOffsetFlag: TThostFtdcOffsetFlagType,
pub BidOffsetFlag: TThostFtdcOffsetFlagType,
pub AskHedgeFlag: TThostFtdcHedgeFlagType,
pub BidHedgeFlag: TThostFtdcHedgeFlagType,
pub QuoteLocalID: TThostFtdcOrderLocalIDType,
pub ExchangeID: TThostFtdcExchangeIDType,
pub ParticipantID: TThostFtdcParticipantIDType,
pub ClientID: TThostFtdcClientIDType,
pub reserve1: TThostFtdcOldExchangeInstIDType,
pub TraderID: TThostFtdcTraderIDType,
pub InstallID: TThostFtdcInstallIDType,
pub NotifySequence: TThostFtdcSequenceNoType,
pub OrderSubmitStatus: TThostFtdcOrderSubmitStatusType,
pub TradingDay: TThostFtdcDateType,
pub SettlementID: TThostFtdcSettlementIDType,
pub QuoteSysID: TThostFtdcOrderSysIDType,
pub InsertDate: TThostFtdcDateType,
pub InsertTime: TThostFtdcTimeType,
pub CancelTime: TThostFtdcTimeType,
pub QuoteStatus: TThostFtdcOrderStatusType,
pub ClearingPartID: TThostFtdcParticipantIDType,
pub SequenceNo: TThostFtdcSequenceNoType,
pub AskOrderSysID: TThostFtdcOrderSysIDType,
pub BidOrderSysID: TThostFtdcOrderSysIDType,
pub ForQuoteSysID: TThostFtdcOrderSysIDType,
pub BranchID: TThostFtdcBranchIDType,
pub reserve2: TThostFtdcOldIPAddressType,
pub MacAddress: TThostFtdcMacAddressType,
pub ExchangeInstID: TThostFtdcExchangeInstIDType,
pub IPAddress: TThostFtdcIPAddressType,
pub TimeCondition: TThostFtdcTimeConditionType,
}Fields§
§AskPrice: TThostFtdcPriceType§BidPrice: TThostFtdcPriceType§AskVolume: TThostFtdcVolumeType§BidVolume: TThostFtdcVolumeType§RequestID: TThostFtdcRequestIDType§BusinessUnit: TThostFtdcBusinessUnitType§AskOffsetFlag: TThostFtdcOffsetFlagType§BidOffsetFlag: TThostFtdcOffsetFlagType§AskHedgeFlag: TThostFtdcHedgeFlagType§BidHedgeFlag: TThostFtdcHedgeFlagType§QuoteLocalID: TThostFtdcOrderLocalIDType§ExchangeID: TThostFtdcExchangeIDType§ParticipantID: TThostFtdcParticipantIDType§ClientID: TThostFtdcClientIDType§reserve1: TThostFtdcOldExchangeInstIDType§TraderID: TThostFtdcTraderIDType§InstallID: TThostFtdcInstallIDType§NotifySequence: TThostFtdcSequenceNoType§OrderSubmitStatus: TThostFtdcOrderSubmitStatusType§TradingDay: TThostFtdcDateType§SettlementID: TThostFtdcSettlementIDType§QuoteSysID: TThostFtdcOrderSysIDType§InsertDate: TThostFtdcDateType§InsertTime: TThostFtdcTimeType§CancelTime: TThostFtdcTimeType§QuoteStatus: TThostFtdcOrderStatusType§ClearingPartID: TThostFtdcParticipantIDType§SequenceNo: TThostFtdcSequenceNoType§AskOrderSysID: TThostFtdcOrderSysIDType§BidOrderSysID: TThostFtdcOrderSysIDType§ForQuoteSysID: TThostFtdcOrderSysIDType§BranchID: TThostFtdcBranchIDType§reserve2: TThostFtdcOldIPAddressType§MacAddress: TThostFtdcMacAddressType§ExchangeInstID: TThostFtdcExchangeInstIDType§IPAddress: TThostFtdcIPAddressType§TimeCondition: TThostFtdcTimeConditionTypeTrait Implementations§
Source§impl Clone for CThostFtdcExchangeQuoteField
impl Clone for CThostFtdcExchangeQuoteField
Source§fn clone(&self) -> CThostFtdcExchangeQuoteField
fn clone(&self) -> CThostFtdcExchangeQuoteField
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 CThostFtdcExchangeQuoteField
impl Debug for CThostFtdcExchangeQuoteField
impl Copy for CThostFtdcExchangeQuoteField
Auto Trait Implementations§
impl Freeze for CThostFtdcExchangeQuoteField
impl RefUnwindSafe for CThostFtdcExchangeQuoteField
impl Send for CThostFtdcExchangeQuoteField
impl Sync for CThostFtdcExchangeQuoteField
impl Unpin for CThostFtdcExchangeQuoteField
impl UnwindSafe for CThostFtdcExchangeQuoteField
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