#[repr(C)]pub struct CThostFtdcTradingCodeField {
pub InvestorID: TThostFtdcInvestorIDType,
pub BrokerID: TThostFtdcBrokerIDType,
pub ExchangeID: TThostFtdcExchangeIDType,
pub ClientID: TThostFtdcClientIDType,
pub IsActive: TThostFtdcBoolType,
pub ClientIDType: TThostFtdcClientIDTypeType,
pub BranchID: TThostFtdcBranchIDType,
pub BizType: TThostFtdcBizTypeType,
pub InvestUnitID: TThostFtdcInvestUnitIDType,
}
Expand description
交易编码
Fields§
§InvestorID: TThostFtdcInvestorIDType
投资者代码
BrokerID: TThostFtdcBrokerIDType
经纪公司代码
ExchangeID: TThostFtdcExchangeIDType
交易所代码
ClientID: TThostFtdcClientIDType
客户代码
IsActive: TThostFtdcBoolType
是否活跃
ClientIDType: TThostFtdcClientIDTypeType
交易编码类型
BranchID: TThostFtdcBranchIDType
营业部编号
BizType: TThostFtdcBizTypeType
业务类型
InvestUnitID: TThostFtdcInvestUnitIDType
投资单元代码
Trait Implementations§
Source§impl Clone for CThostFtdcTradingCodeField
impl Clone for CThostFtdcTradingCodeField
Source§impl Debug for CThostFtdcTradingCodeField
impl Debug for CThostFtdcTradingCodeField
Source§impl Default for CThostFtdcTradingCodeField
impl Default for CThostFtdcTradingCodeField
Source§fn default() -> CThostFtdcTradingCodeField
fn default() -> CThostFtdcTradingCodeField
Returns the “default value” for a type. Read more
impl Copy for CThostFtdcTradingCodeField
Auto Trait Implementations§
impl Freeze for CThostFtdcTradingCodeField
impl RefUnwindSafe for CThostFtdcTradingCodeField
impl Send for CThostFtdcTradingCodeField
impl Sync for CThostFtdcTradingCodeField
impl Unpin for CThostFtdcTradingCodeField
impl UnwindSafe for CThostFtdcTradingCodeField
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