#[repr(C)]pub struct LoginInfoField {Show 24 fields
pub is_null: bool,
pub FrontID: i32,
pub SessionID: i32,
pub BrokerID: String,
pub UserID: String,
pub LoginDate: String,
pub LoginTime: String,
pub UserProductInfo: String,
pub InterfaceProductInfo: String,
pub ProtocolInfo: String,
pub SystemName: String,
pub PasswordDeprecated: Vec<u8>,
pub MaxOrderRef: String,
pub SHFETime: String,
pub DCETime: String,
pub CZCETime: String,
pub FFEXTime: String,
pub MacAddress: String,
pub OneTimePassword: String,
pub INETime: String,
pub IsQryControl: i32,
pub LoginRemark: String,
pub Password: String,
pub IPAddress: String,
}Expand description
登录信息
Fields§
§is_null: boolC++ 端传入的整体 Field 是否为 nullptr
FrontID: i32前置编号
SessionID: i32会话编号
BrokerID: String经纪公司代码
UserID: String用户代码
LoginDate: String登录日期
LoginTime: String登录时间
UserProductInfo: String用户端产品信息
InterfaceProductInfo: String接口端产品信息
ProtocolInfo: String协议信息
SystemName: String系统名称
PasswordDeprecated: Vec<u8>密码,已弃用
MaxOrderRef: String最大报单引用
SHFETime: String上期所时间
DCETime: String大商所时间
CZCETime: String郑商所时间
FFEXTime: String中金所时间
MacAddress: StringMac地址
OneTimePassword: String动态密码
INETime: String能源中心时间
IsQryControl: i32查询时是否需要流控
LoginRemark: String登录备注
Password: String密码
IPAddress: StringIP地址
Trait Implementations§
Source§impl Clone for LoginInfoField
impl Clone for LoginInfoField
Source§impl Debug for LoginInfoField
impl Debug for LoginInfoField
Source§impl Default for LoginInfoField
impl Default for LoginInfoField
Source§impl ExternType for LoginInfoField
impl ExternType for LoginInfoField
Auto Trait Implementations§
impl Freeze for LoginInfoField
impl RefUnwindSafe for LoginInfoField
impl Send for LoginInfoField
impl Sync for LoginInfoField
impl Unpin for LoginInfoField
impl UnsafeUnpin for LoginInfoField
impl UnwindSafe for LoginInfoField
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