#[repr(C)]pub struct CThostFtdcBrokerField {
pub BrokerID: TThostFtdcBrokerIDType,
pub BrokerAbbr: TThostFtdcBrokerAbbrType,
pub BrokerName: TThostFtdcBrokerNameType,
pub IsActive: TThostFtdcBoolType,
}
Expand description
经纪公司
Fields§
§BrokerID: TThostFtdcBrokerIDType
经纪公司代码
BrokerAbbr: TThostFtdcBrokerAbbrType
经纪公司简称
BrokerName: TThostFtdcBrokerNameType
经纪公司名称
IsActive: TThostFtdcBoolType
是否活跃
Trait Implementations§
Source§impl Clone for CThostFtdcBrokerField
impl Clone for CThostFtdcBrokerField
Source§impl Default for CThostFtdcBrokerField
impl Default for CThostFtdcBrokerField
impl Copy for CThostFtdcBrokerField
Auto Trait Implementations§
impl Freeze for CThostFtdcBrokerField
impl RefUnwindSafe for CThostFtdcBrokerField
impl Send for CThostFtdcBrokerField
impl Sync for CThostFtdcBrokerField
impl Unpin for CThostFtdcBrokerField
impl UnwindSafe for CThostFtdcBrokerField
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