#[repr(C)]pub struct CThostFtdcReqAuthenticateField {
pub BrokerID: TThostFtdcBrokerIDType,
pub UserID: TThostFtdcUserIDType,
pub UserProductInfo: TThostFtdcProductInfoType,
pub AuthCode: TThostFtdcAuthCodeType,
pub AppID: TThostFtdcAppIDType,
}
Expand description
客户端认证请求
Fields§
§BrokerID: TThostFtdcBrokerIDType
经纪公司代码
UserID: TThostFtdcUserIDType
用户代码
UserProductInfo: TThostFtdcProductInfoType
用户端产品信息
AuthCode: TThostFtdcAuthCodeType
认证码
AppID: TThostFtdcAppIDType
App代码
Trait Implementations§
impl Copy for CThostFtdcReqAuthenticateField
Auto Trait Implementations§
impl Freeze for CThostFtdcReqAuthenticateField
impl RefUnwindSafe for CThostFtdcReqAuthenticateField
impl Send for CThostFtdcReqAuthenticateField
impl Sync for CThostFtdcReqAuthenticateField
impl Unpin for CThostFtdcReqAuthenticateField
impl UnwindSafe for CThostFtdcReqAuthenticateField
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