#[repr(C)]pub struct RspUserLoginField {Show 13 fields
pub trading_day: [u8; 9],
pub login_time: [u8; 9],
pub broker_id: BrokerIdType,
pub user_id: UserIdType,
pub system_name: [u8; 41],
pub front_id: i32,
pub session_id: i32,
pub max_order_ref: [u8; 13],
pub shfe_time: [u8; 9],
pub dce_time: [u8; 9],
pub czce_time: [u8; 9],
pub ffex_time: [u8; 9],
pub ine_time: [u8; 9],
}Expand description
用户登录响应
Fields§
§trading_day: [u8; 9]交易日
login_time: [u8; 9]登录成功时间
broker_id: BrokerIdType经纪公司代码
user_id: UserIdType用户代码
system_name: [u8; 41]交易系统名称
front_id: i32前置编号
session_id: i32会话编号
max_order_ref: [u8; 13]最大报单引用
shfe_time: [u8; 9]上期所时间
dce_time: [u8; 9]大商所时间
czce_time: [u8; 9]郑商所时间
ffex_time: [u8; 9]中金所时间
ine_time: [u8; 9]能源中心时间
Trait Implementations§
Source§impl Clone for RspUserLoginField
impl Clone for RspUserLoginField
Source§fn clone(&self) -> RspUserLoginField
fn clone(&self) -> RspUserLoginField
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for RspUserLoginField
impl Debug 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