#[repr(C)]pub struct ReqUserLoginField {Show 14 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 OneTimePassword: String,
pub LoginRemark: String,
pub ClientIPPort: i32,
pub ClientIPAddress: String,
pub SMSCode: 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地址
OneTimePassword: String动态密码
LoginRemark: String登录备注
ClientIPPort: i32终端IP端口
ClientIPAddress: String终端IP地址
SMSCode: String短信验证码
Trait Implementations§
Source§impl Clone for ReqUserLoginField
impl Clone for ReqUserLoginField
Source§impl Debug for ReqUserLoginField
impl Debug for ReqUserLoginField
Source§impl Default for ReqUserLoginField
impl Default for ReqUserLoginField
Source§impl ExternType for ReqUserLoginField
impl ExternType for ReqUserLoginField
Auto Trait Implementations§
impl Freeze for ReqUserLoginField
impl RefUnwindSafe for ReqUserLoginField
impl Send for ReqUserLoginField
impl Sync for ReqUserLoginField
impl Unpin for ReqUserLoginField
impl UnsafeUnpin for ReqUserLoginField
impl UnwindSafe for ReqUserLoginField
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