#[repr(C)]pub struct CThostFtdcRspUserLogin2Field {Show 14 fields
pub TradingDay: TThostFtdcDateType,
pub LoginTime: TThostFtdcTimeType,
pub BrokerID: TThostFtdcBrokerIDType,
pub UserID: TThostFtdcUserIDType,
pub SystemName: TThostFtdcSystemNameType,
pub FrontID: TThostFtdcFrontIDType,
pub SessionID: TThostFtdcSessionIDType,
pub MaxOrderRef: TThostFtdcOrderRefType,
pub SHFETime: TThostFtdcTimeType,
pub DCETime: TThostFtdcTimeType,
pub CZCETime: TThostFtdcTimeType,
pub FFEXTime: TThostFtdcTimeType,
pub INETime: TThostFtdcTimeType,
pub RandomString: TThostFtdcRandomStringType,
}Expand description
用户登录应答2
Fields§
§TradingDay: TThostFtdcDateType交易日
LoginTime: TThostFtdcTimeType登录成功时间
BrokerID: TThostFtdcBrokerIDType经纪公司代码
UserID: TThostFtdcUserIDType用户代码
SystemName: TThostFtdcSystemNameType交易系统名称
FrontID: TThostFtdcFrontIDType前置编号
SessionID: TThostFtdcSessionIDType会话编号
MaxOrderRef: TThostFtdcOrderRefType最大报单引用
SHFETime: TThostFtdcTimeType上期所时间
DCETime: TThostFtdcTimeType大商所时间
CZCETime: TThostFtdcTimeType郑商所时间
FFEXTime: TThostFtdcTimeType中金所时间
INETime: TThostFtdcTimeType能源中心时间
RandomString: TThostFtdcRandomStringType随机串
Trait Implementations§
Source§impl Clone for CThostFtdcRspUserLogin2Field
impl Clone for CThostFtdcRspUserLogin2Field
impl Copy for CThostFtdcRspUserLogin2Field
Auto Trait Implementations§
impl Freeze for CThostFtdcRspUserLogin2Field
impl RefUnwindSafe for CThostFtdcRspUserLogin2Field
impl Send for CThostFtdcRspUserLogin2Field
impl Sync for CThostFtdcRspUserLogin2Field
impl Unpin for CThostFtdcRspUserLogin2Field
impl UnwindSafe for CThostFtdcRspUserLogin2Field
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