#[repr(C)]pub struct CThostFtdcPartBrokerField {
pub BrokerID: TThostFtdcBrokerIDType,
pub ExchangeID: TThostFtdcExchangeIDType,
pub ParticipantID: TThostFtdcParticipantIDType,
pub IsActive: TThostFtdcBoolType,
}
Expand description
会员编码和经纪公司编码对照表
Fields§
§BrokerID: TThostFtdcBrokerIDType
经纪公司代码
ExchangeID: TThostFtdcExchangeIDType
交易所代码
ParticipantID: TThostFtdcParticipantIDType
会员代码
IsActive: TThostFtdcBoolType
是否活跃
Trait Implementations§
Source§impl Clone for CThostFtdcPartBrokerField
impl Clone for CThostFtdcPartBrokerField
Source§impl Default for CThostFtdcPartBrokerField
impl Default for CThostFtdcPartBrokerField
Source§fn default() -> CThostFtdcPartBrokerField
fn default() -> CThostFtdcPartBrokerField
Returns the “default value” for a type. Read more
impl Copy for CThostFtdcPartBrokerField
Auto Trait Implementations§
impl Freeze for CThostFtdcPartBrokerField
impl RefUnwindSafe for CThostFtdcPartBrokerField
impl Send for CThostFtdcPartBrokerField
impl Sync for CThostFtdcPartBrokerField
impl Unpin for CThostFtdcPartBrokerField
impl UnwindSafe for CThostFtdcPartBrokerField
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