#[repr(C)]pub struct CThostFtdcQryTradingCodeField {
pub BrokerID: TThostFtdcBrokerIDType,
pub InvestorID: TThostFtdcInvestorIDType,
pub ExchangeID: TThostFtdcExchangeIDType,
pub ClientID: TThostFtdcClientIDType,
pub ClientIDType: TThostFtdcClientIDTypeType,
pub InvestUnitID: TThostFtdcInvestUnitIDType,
}
Expand description
查询交易编码
Fields§
§BrokerID: TThostFtdcBrokerIDType
经纪公司代码
InvestorID: TThostFtdcInvestorIDType
投资者代码
ExchangeID: TThostFtdcExchangeIDType
交易所代码
ClientID: TThostFtdcClientIDType
客户代码
ClientIDType: TThostFtdcClientIDTypeType
交易编码类型
InvestUnitID: TThostFtdcInvestUnitIDType
投资单元代码
Trait Implementations§
Source§impl Default for CThostFtdcQryTradingCodeField
impl Default for CThostFtdcQryTradingCodeField
Source§fn default() -> CThostFtdcQryTradingCodeField
fn default() -> CThostFtdcQryTradingCodeField
Returns the “default value” for a type. Read more
impl Copy for CThostFtdcQryTradingCodeField
Auto Trait Implementations§
impl Freeze for CThostFtdcQryTradingCodeField
impl RefUnwindSafe for CThostFtdcQryTradingCodeField
impl Send for CThostFtdcQryTradingCodeField
impl Sync for CThostFtdcQryTradingCodeField
impl Unpin for CThostFtdcQryTradingCodeField
impl UnwindSafe for CThostFtdcQryTradingCodeField
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