#[repr(C)]pub struct CThostFtdcSyncingTradingCodeField {
pub InvestorID: TThostFtdcInvestorIDType,
pub BrokerID: TThostFtdcBrokerIDType,
pub ExchangeID: TThostFtdcExchangeIDType,
pub ClientID: TThostFtdcClientIDType,
pub IsActive: TThostFtdcBoolType,
pub ClientIDType: TThostFtdcClientIDTypeType,
}
Expand description
正在同步中的交易代码
Fields§
§InvestorID: TThostFtdcInvestorIDType
投资者代码
BrokerID: TThostFtdcBrokerIDType
经纪公司代码
ExchangeID: TThostFtdcExchangeIDType
交易所代码
ClientID: TThostFtdcClientIDType
客户代码
IsActive: TThostFtdcBoolType
是否活跃
ClientIDType: TThostFtdcClientIDTypeType
交易编码类型
Trait Implementations§
Source§impl Default for CThostFtdcSyncingTradingCodeField
impl Default for CThostFtdcSyncingTradingCodeField
Source§fn default() -> CThostFtdcSyncingTradingCodeField
fn default() -> CThostFtdcSyncingTradingCodeField
Returns the “default value” for a type. Read more
impl Copy for CThostFtdcSyncingTradingCodeField
Auto Trait Implementations§
impl Freeze for CThostFtdcSyncingTradingCodeField
impl RefUnwindSafe for CThostFtdcSyncingTradingCodeField
impl Send for CThostFtdcSyncingTradingCodeField
impl Sync for CThostFtdcSyncingTradingCodeField
impl Unpin for CThostFtdcSyncingTradingCodeField
impl UnwindSafe for CThostFtdcSyncingTradingCodeField
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