#[repr(C)]pub struct CThostFtdcRspUserLoginField {Show 13 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,
}Expand description
用户登录应答
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能源中心时间
Trait Implementations§
Source§impl Clone for CThostFtdcRspUserLoginField
impl Clone for CThostFtdcRspUserLoginField
Source§impl Debug for CThostFtdcRspUserLoginField
impl Debug for CThostFtdcRspUserLoginField
impl Copy for CThostFtdcRspUserLoginField
Auto Trait Implementations§
impl Freeze for CThostFtdcRspUserLoginField
impl RefUnwindSafe for CThostFtdcRspUserLoginField
impl Send for CThostFtdcRspUserLoginField
impl Sync for CThostFtdcRspUserLoginField
impl Unpin for CThostFtdcRspUserLoginField
impl UnwindSafe for CThostFtdcRspUserLoginField
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