#[repr(C)]pub struct CThostFtdcInputForQuoteField {
pub BrokerID: TThostFtdcBrokerIDType,
pub InvestorID: TThostFtdcInvestorIDType,
pub InstrumentID: TThostFtdcInstrumentIDType,
pub ForQuoteRef: TThostFtdcOrderRefType,
pub UserID: TThostFtdcUserIDType,
pub ExchangeID: TThostFtdcExchangeIDType,
pub InvestUnitID: TThostFtdcInvestUnitIDType,
pub IPAddress: TThostFtdcIPAddressType,
pub MacAddress: TThostFtdcMacAddressType,
}
Expand description
输入的询价
Fields§
§BrokerID: TThostFtdcBrokerIDType
经纪公司代码
InvestorID: TThostFtdcInvestorIDType
投资者代码
InstrumentID: TThostFtdcInstrumentIDType
合约代码
ForQuoteRef: TThostFtdcOrderRefType
询价引用
UserID: TThostFtdcUserIDType
用户代码
ExchangeID: TThostFtdcExchangeIDType
交易所代码
InvestUnitID: TThostFtdcInvestUnitIDType
投资单元代码
IPAddress: TThostFtdcIPAddressType
IP地址
MacAddress: TThostFtdcMacAddressType
Mac地址
Trait Implementations§
Source§impl Clone for CThostFtdcInputForQuoteField
impl Clone for CThostFtdcInputForQuoteField
Source§impl Default for CThostFtdcInputForQuoteField
impl Default for CThostFtdcInputForQuoteField
Source§fn default() -> CThostFtdcInputForQuoteField
fn default() -> CThostFtdcInputForQuoteField
Returns the “default value” for a type. Read more
impl Copy for CThostFtdcInputForQuoteField
Auto Trait Implementations§
impl Freeze for CThostFtdcInputForQuoteField
impl RefUnwindSafe for CThostFtdcInputForQuoteField
impl Send for CThostFtdcInputForQuoteField
impl Sync for CThostFtdcInputForQuoteField
impl Unpin for CThostFtdcInputForQuoteField
impl UnwindSafe for CThostFtdcInputForQuoteField
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