#[repr(C)]pub struct CThostFtdcReqUserLoginWithOTPField {
pub TradingDay: TThostFtdcDateType,
pub BrokerID: TThostFtdcBrokerIDType,
pub UserID: TThostFtdcUserIDType,
pub Password: TThostFtdcPasswordType,
pub UserProductInfo: TThostFtdcProductInfoType,
pub InterfaceProductInfo: TThostFtdcProductInfoType,
pub ProtocolInfo: TThostFtdcProtocolInfoType,
pub MacAddress: TThostFtdcMacAddressType,
pub ClientIPAddress: TThostFtdcIPAddressType,
pub LoginRemark: TThostFtdcLoginRemarkType,
pub OTPPassword: TThostFtdcPasswordType,
pub ClientIPPort: TThostFtdcIPPortType,
}Expand description
用户发出带动态验证码的登录请求请求
Fields§
§TradingDay: TThostFtdcDateType交易日
BrokerID: TThostFtdcBrokerIDType经纪公司代码
UserID: TThostFtdcUserIDType用户代码
Password: TThostFtdcPasswordType密码
UserProductInfo: TThostFtdcProductInfoType用户端产品信息
InterfaceProductInfo: TThostFtdcProductInfoType接口端产品信息
ProtocolInfo: TThostFtdcProtocolInfoType协议信息
MacAddress: TThostFtdcMacAddressTypeMac地址
ClientIPAddress: TThostFtdcIPAddressType终端IP地址
LoginRemark: TThostFtdcLoginRemarkType登录备注
OTPPassword: TThostFtdcPasswordTypeOTP密码
ClientIPPort: TThostFtdcIPPortType终端IP端口
Trait Implementations§
impl Copy for CThostFtdcReqUserLoginWithOTPField
Auto Trait Implementations§
impl Freeze for CThostFtdcReqUserLoginWithOTPField
impl RefUnwindSafe for CThostFtdcReqUserLoginWithOTPField
impl Send for CThostFtdcReqUserLoginWithOTPField
impl Sync for CThostFtdcReqUserLoginWithOTPField
impl Unpin for CThostFtdcReqUserLoginWithOTPField
impl UnwindSafe for CThostFtdcReqUserLoginWithOTPField
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