#[repr(C)]pub struct CThostFtdcInputQuoteField {Show 27 fields
pub BrokerID: TThostFtdcBrokerIDType,
pub InvestorID: TThostFtdcInvestorIDType,
pub reserve1: TThostFtdcOldInstrumentIDType,
pub QuoteRef: TThostFtdcOrderRefType,
pub UserID: TThostFtdcUserIDType,
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 AskOrderRef: TThostFtdcOrderRefType,
pub BidOrderRef: TThostFtdcOrderRefType,
pub ForQuoteSysID: TThostFtdcOrderSysIDType,
pub ExchangeID: TThostFtdcExchangeIDType,
pub InvestUnitID: TThostFtdcInvestUnitIDType,
pub ClientID: TThostFtdcClientIDType,
pub reserve2: TThostFtdcOldIPAddressType,
pub MacAddress: TThostFtdcMacAddressType,
pub InstrumentID: TThostFtdcInstrumentIDType,
pub IPAddress: TThostFtdcIPAddressType,
pub ReplaceSysID: TThostFtdcOrderSysIDType,
pub TimeCondition: TThostFtdcTimeConditionType,
}Fields§
§BrokerID: TThostFtdcBrokerIDType§InvestorID: TThostFtdcInvestorIDType§reserve1: TThostFtdcOldInstrumentIDType§QuoteRef: TThostFtdcOrderRefType§UserID: TThostFtdcUserIDType§AskPrice: TThostFtdcPriceType§BidPrice: TThostFtdcPriceType§AskVolume: TThostFtdcVolumeType§BidVolume: TThostFtdcVolumeType§RequestID: TThostFtdcRequestIDType§BusinessUnit: TThostFtdcBusinessUnitType§AskOffsetFlag: TThostFtdcOffsetFlagType§BidOffsetFlag: TThostFtdcOffsetFlagType§AskHedgeFlag: TThostFtdcHedgeFlagType§BidHedgeFlag: TThostFtdcHedgeFlagType§AskOrderRef: TThostFtdcOrderRefType§BidOrderRef: TThostFtdcOrderRefType§ForQuoteSysID: TThostFtdcOrderSysIDType§ExchangeID: TThostFtdcExchangeIDType§InvestUnitID: TThostFtdcInvestUnitIDType§ClientID: TThostFtdcClientIDType§reserve2: TThostFtdcOldIPAddressType§MacAddress: TThostFtdcMacAddressType§InstrumentID: TThostFtdcInstrumentIDType§IPAddress: TThostFtdcIPAddressType§ReplaceSysID: TThostFtdcOrderSysIDType§TimeCondition: TThostFtdcTimeConditionTypeTrait Implementations§
Source§impl Clone for CThostFtdcInputQuoteField
impl Clone for CThostFtdcInputQuoteField
Source§fn clone(&self) -> CThostFtdcInputQuoteField
fn clone(&self) -> CThostFtdcInputQuoteField
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 CThostFtdcInputQuoteField
impl Debug for CThostFtdcInputQuoteField
impl Copy for CThostFtdcInputQuoteField
Auto Trait Implementations§
impl Freeze for CThostFtdcInputQuoteField
impl RefUnwindSafe for CThostFtdcInputQuoteField
impl Send for CThostFtdcInputQuoteField
impl Sync for CThostFtdcInputQuoteField
impl Unpin for CThostFtdcInputQuoteField
impl UnwindSafe for CThostFtdcInputQuoteField
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