#[repr(C)]pub struct ReqUserLoginWithOTPField {Show 13 fields
pub is_null: bool,
pub TradingDay: String,
pub BrokerID: String,
pub UserID: String,
pub Password: String,
pub UserProductInfo: String,
pub InterfaceProductInfo: String,
pub ProtocolInfo: String,
pub MacAddress: String,
pub LoginRemark: String,
pub OTPPassword: String,
pub ClientIPPort: i32,
pub ClientIPAddress: String,
}Expand description
用户发出带动态验证码的登录请求请求
Fields§
§is_null: boolC++ 端传入的整体 Field 是否为 nullptr
TradingDay: String交易日
BrokerID: String经纪公司代码
UserID: String用户代码
Password: String密码
UserProductInfo: String用户端产品信息
InterfaceProductInfo: String接口端产品信息
ProtocolInfo: String协议信息
MacAddress: StringMac地址
LoginRemark: String登录备注
OTPPassword: StringOTP密码
ClientIPPort: i32终端IP端口
ClientIPAddress: String终端IP地址
Trait Implementations§
Source§impl Clone for ReqUserLoginWithOTPField
impl Clone for ReqUserLoginWithOTPField
Source§impl Debug for ReqUserLoginWithOTPField
impl Debug for ReqUserLoginWithOTPField
Source§impl Default for ReqUserLoginWithOTPField
impl Default for ReqUserLoginWithOTPField
Auto Trait Implementations§
impl Freeze for ReqUserLoginWithOTPField
impl RefUnwindSafe for ReqUserLoginWithOTPField
impl Send for ReqUserLoginWithOTPField
impl Sync for ReqUserLoginWithOTPField
impl Unpin for ReqUserLoginWithOTPField
impl UnsafeUnpin for ReqUserLoginWithOTPField
impl UnwindSafe for ReqUserLoginWithOTPField
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