#[repr(C)]pub struct CThostFtdcBrokerUserField {
pub BrokerID: TThostFtdcBrokerIDType,
pub UserID: TThostFtdcUserIDType,
pub UserName: TThostFtdcUserNameType,
pub UserType: TThostFtdcUserTypeType,
pub IsActive: TThostFtdcBoolType,
pub IsUsingOTP: TThostFtdcBoolType,
pub IsAuthForce: TThostFtdcBoolType,
}
Expand description
经纪公司用户
Fields§
§BrokerID: TThostFtdcBrokerIDType
经纪公司代码
UserID: TThostFtdcUserIDType
用户代码
UserName: TThostFtdcUserNameType
用户名称
UserType: TThostFtdcUserTypeType
用户类型
IsActive: TThostFtdcBoolType
是否活跃
IsUsingOTP: TThostFtdcBoolType
是否使用令牌
IsAuthForce: TThostFtdcBoolType
是否强制终端认证
Trait Implementations§
Source§impl Clone for CThostFtdcBrokerUserField
impl Clone for CThostFtdcBrokerUserField
Source§impl Default for CThostFtdcBrokerUserField
impl Default for CThostFtdcBrokerUserField
impl Copy for CThostFtdcBrokerUserField
Auto Trait Implementations§
impl Freeze for CThostFtdcBrokerUserField
impl RefUnwindSafe for CThostFtdcBrokerUserField
impl Send for CThostFtdcBrokerUserField
impl Sync for CThostFtdcBrokerUserField
impl Unpin for CThostFtdcBrokerUserField
impl UnwindSafe for CThostFtdcBrokerUserField
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