#[repr(C)]pub struct CThostFtdcLoginInfoField {Show 23 fields
pub FrontID: TThostFtdcFrontIDType,
pub SessionID: TThostFtdcSessionIDType,
pub BrokerID: TThostFtdcBrokerIDType,
pub UserID: TThostFtdcUserIDType,
pub LoginDate: TThostFtdcDateType,
pub LoginTime: TThostFtdcTimeType,
pub IPAddress: TThostFtdcIPAddressType,
pub UserProductInfo: TThostFtdcProductInfoType,
pub InterfaceProductInfo: TThostFtdcProductInfoType,
pub ProtocolInfo: TThostFtdcProtocolInfoType,
pub SystemName: TThostFtdcSystemNameType,
pub PasswordDeprecated: TThostFtdcPasswordType,
pub MaxOrderRef: TThostFtdcOrderRefType,
pub SHFETime: TThostFtdcTimeType,
pub DCETime: TThostFtdcTimeType,
pub CZCETime: TThostFtdcTimeType,
pub FFEXTime: TThostFtdcTimeType,
pub MacAddress: TThostFtdcMacAddressType,
pub OneTimePassword: TThostFtdcPasswordType,
pub INETime: TThostFtdcTimeType,
pub IsQryControl: TThostFtdcBoolType,
pub LoginRemark: TThostFtdcLoginRemarkType,
pub Password: TThostFtdcPasswordType,
}Expand description
登录信息
Fields§
§FrontID: TThostFtdcFrontIDType前置编号
SessionID: TThostFtdcSessionIDType会话编号
BrokerID: TThostFtdcBrokerIDType经纪公司代码
UserID: TThostFtdcUserIDType用户代码
LoginDate: TThostFtdcDateType登录日期
LoginTime: TThostFtdcTimeType登录时间
IPAddress: TThostFtdcIPAddressTypeIP地址
UserProductInfo: TThostFtdcProductInfoType用户端产品信息
InterfaceProductInfo: TThostFtdcProductInfoType接口端产品信息
ProtocolInfo: TThostFtdcProtocolInfoType协议信息
SystemName: TThostFtdcSystemNameType系统名称
PasswordDeprecated: TThostFtdcPasswordType密码,已弃用
MaxOrderRef: TThostFtdcOrderRefType最大报单引用
SHFETime: TThostFtdcTimeType上期所时间
DCETime: TThostFtdcTimeType大商所时间
CZCETime: TThostFtdcTimeType郑商所时间
FFEXTime: TThostFtdcTimeType中金所时间
MacAddress: TThostFtdcMacAddressTypeMac地址
OneTimePassword: TThostFtdcPasswordType动态密码
INETime: TThostFtdcTimeType能源中心时间
IsQryControl: TThostFtdcBoolType查询时是否需要流控
LoginRemark: TThostFtdcLoginRemarkType登录备注
Password: TThostFtdcPasswordType密码
Trait Implementations§
Source§impl Clone for CThostFtdcLoginInfoField
impl Clone for CThostFtdcLoginInfoField
Source§impl Default for CThostFtdcLoginInfoField
impl Default for CThostFtdcLoginInfoField
impl Copy for CThostFtdcLoginInfoField
Auto Trait Implementations§
impl Freeze for CThostFtdcLoginInfoField
impl RefUnwindSafe for CThostFtdcLoginInfoField
impl Send for CThostFtdcLoginInfoField
impl Sync for CThostFtdcLoginInfoField
impl Unpin for CThostFtdcLoginInfoField
impl UnwindSafe for CThostFtdcLoginInfoField
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