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