#[repr(C)]pub struct RspUserLoginField {Show 20 fields
pub is_null: bool,
pub TradingDay: String,
pub LoginTime: String,
pub BrokerID: String,
pub UserID: String,
pub SystemName: String,
pub FrontID: i32,
pub SessionID: i32,
pub MaxOrderRef: String,
pub SHFETime: String,
pub DCETime: String,
pub CZCETime: String,
pub FFEXTime: String,
pub INETime: String,
pub SysVersion: String,
pub GFEXTime: String,
pub LoginDRIdentityID: i32,
pub UserDRIdentityID: i32,
pub LastLoginTime: String,
pub ReserveInfo: String,
}Expand description
用户登录应答
Fields§
§is_null: boolC++ 端传入的整体 Field 是否为 nullptr
TradingDay: String交易日
LoginTime: String登录成功时间
BrokerID: String经纪公司代码
UserID: String用户代码
SystemName: String交易系统名称
FrontID: i32前置编号
SessionID: i32会话编号
MaxOrderRef: String最大报单引用
SHFETime: String上期所时间
DCETime: String大商所时间
CZCETime: String郑商所时间
FFEXTime: String中金所时间
INETime: String能源中心时间
SysVersion: String后台版本信息
GFEXTime: String广期所时间
LoginDRIdentityID: i32当前登录中心号
UserDRIdentityID: i32用户所属中心号
LastLoginTime: String上次登陆时间
ReserveInfo: String预留信息
Trait Implementations§
Source§impl Clone for RspUserLoginField
impl Clone for RspUserLoginField
Source§impl Debug for RspUserLoginField
impl Debug for RspUserLoginField
Source§impl Default for RspUserLoginField
impl Default for RspUserLoginField
Source§impl ExternType for RspUserLoginField
impl ExternType for RspUserLoginField
Auto Trait Implementations§
impl Freeze for RspUserLoginField
impl RefUnwindSafe for RspUserLoginField
impl Send for RspUserLoginField
impl Sync for RspUserLoginField
impl Unpin for RspUserLoginField
impl UnsafeUnpin for RspUserLoginField
impl UnwindSafe for RspUserLoginField
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