#[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