#[repr(C)]pub struct CThostFtdcAuthenticationInfoField {
pub BrokerID: TThostFtdcBrokerIDType,
pub UserID: TThostFtdcUserIDType,
pub UserProductInfo: TThostFtdcProductInfoType,
pub AuthInfo: TThostFtdcAuthInfoType,
pub IsResult: TThostFtdcBoolType,
pub AppID: TThostFtdcAppIDType,
pub AppType: TThostFtdcAppTypeType,
}
Expand description
客户端认证信息
Fields§
§BrokerID: TThostFtdcBrokerIDType
经纪公司代码
UserID: TThostFtdcUserIDType
用户代码
UserProductInfo: TThostFtdcProductInfoType
用户端产品信息
AuthInfo: TThostFtdcAuthInfoType
认证信息
IsResult: TThostFtdcBoolType
是否为认证结果
AppID: TThostFtdcAppIDType
App代码
AppType: TThostFtdcAppTypeType
App类型
Trait Implementations§
impl Copy for CThostFtdcAuthenticationInfoField
Auto Trait Implementations§
impl Freeze for CThostFtdcAuthenticationInfoField
impl RefUnwindSafe for CThostFtdcAuthenticationInfoField
impl Send for CThostFtdcAuthenticationInfoField
impl Sync for CThostFtdcAuthenticationInfoField
impl Unpin for CThostFtdcAuthenticationInfoField
impl UnwindSafe for CThostFtdcAuthenticationInfoField
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