#[repr(C)]pub struct CThostFtdcTraderField {
pub ExchangeID: TThostFtdcExchangeIDType,
pub TraderID: TThostFtdcTraderIDType,
pub ParticipantID: TThostFtdcParticipantIDType,
pub Password: TThostFtdcPasswordType,
pub InstallCount: TThostFtdcInstallCountType,
pub BrokerID: TThostFtdcBrokerIDType,
}
Expand description
交易所交易员
Fields§
§ExchangeID: TThostFtdcExchangeIDType
交易所代码
TraderID: TThostFtdcTraderIDType
交易所交易员代码
ParticipantID: TThostFtdcParticipantIDType
会员代码
Password: TThostFtdcPasswordType
密码
InstallCount: TThostFtdcInstallCountType
安装数量
BrokerID: TThostFtdcBrokerIDType
经纪公司代码
Trait Implementations§
Source§impl Clone for CThostFtdcTraderField
impl Clone for CThostFtdcTraderField
Source§impl Default for CThostFtdcTraderField
impl Default for CThostFtdcTraderField
impl Copy for CThostFtdcTraderField
Auto Trait Implementations§
impl Freeze for CThostFtdcTraderField
impl RefUnwindSafe for CThostFtdcTraderField
impl Send for CThostFtdcTraderField
impl Sync for CThostFtdcTraderField
impl Unpin for CThostFtdcTraderField
impl UnwindSafe for CThostFtdcTraderField
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