#[repr(C)]pub struct CThostFtdcInputQuoteActionField {Show 16 fields
pub BrokerID: TThostFtdcBrokerIDType,
pub InvestorID: TThostFtdcInvestorIDType,
pub QuoteActionRef: TThostFtdcOrderActionRefType,
pub QuoteRef: TThostFtdcOrderRefType,
pub RequestID: TThostFtdcRequestIDType,
pub FrontID: TThostFtdcFrontIDType,
pub SessionID: TThostFtdcSessionIDType,
pub ExchangeID: TThostFtdcExchangeIDType,
pub QuoteSysID: TThostFtdcOrderSysIDType,
pub ActionFlag: TThostFtdcActionFlagType,
pub UserID: TThostFtdcUserIDType,
pub InstrumentID: TThostFtdcInstrumentIDType,
pub InvestUnitID: TThostFtdcInvestUnitIDType,
pub ClientID: TThostFtdcClientIDType,
pub IPAddress: TThostFtdcIPAddressType,
pub MacAddress: TThostFtdcMacAddressType,
}Expand description
输入报价操作
Fields§
§BrokerID: TThostFtdcBrokerIDType经纪公司代码
InvestorID: TThostFtdcInvestorIDType投资者代码
QuoteActionRef: TThostFtdcOrderActionRefType报价操作引用
QuoteRef: TThostFtdcOrderRefType报价引用
RequestID: TThostFtdcRequestIDType请求编号
FrontID: TThostFtdcFrontIDType前置编号
SessionID: TThostFtdcSessionIDType会话编号
ExchangeID: TThostFtdcExchangeIDType交易所代码
QuoteSysID: TThostFtdcOrderSysIDType报价操作编号
ActionFlag: TThostFtdcActionFlagType操作标志
UserID: TThostFtdcUserIDType用户代码
InstrumentID: TThostFtdcInstrumentIDType合约代码
InvestUnitID: TThostFtdcInvestUnitIDType投资单元代码
ClientID: TThostFtdcClientIDType交易编码
IPAddress: TThostFtdcIPAddressTypeIP地址
MacAddress: TThostFtdcMacAddressTypeMac地址
Trait Implementations§
Source§impl Default for CThostFtdcInputQuoteActionField
impl Default for CThostFtdcInputQuoteActionField
Source§fn default() -> CThostFtdcInputQuoteActionField
fn default() -> CThostFtdcInputQuoteActionField
Returns the “default value” for a type. Read more
impl Copy for CThostFtdcInputQuoteActionField
Auto Trait Implementations§
impl Freeze for CThostFtdcInputQuoteActionField
impl RefUnwindSafe for CThostFtdcInputQuoteActionField
impl Send for CThostFtdcInputQuoteActionField
impl Sync for CThostFtdcInputQuoteActionField
impl Unpin for CThostFtdcInputQuoteActionField
impl UnwindSafe for CThostFtdcInputQuoteActionField
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