#[repr(C)]pub struct CThostFtdcUserSessionField {
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 MacAddress: TThostFtdcMacAddressType,
pub LoginRemark: TThostFtdcLoginRemarkType,
}
Expand description
用户会话
Fields§
§FrontID: TThostFtdcFrontIDType
前置编号
SessionID: TThostFtdcSessionIDType
会话编号
BrokerID: TThostFtdcBrokerIDType
经纪公司代码
UserID: TThostFtdcUserIDType
用户代码
LoginDate: TThostFtdcDateType
登录日期
LoginTime: TThostFtdcTimeType
登录时间
IPAddress: TThostFtdcIPAddressType
IP地址
UserProductInfo: TThostFtdcProductInfoType
用户端产品信息
InterfaceProductInfo: TThostFtdcProductInfoType
接口端产品信息
ProtocolInfo: TThostFtdcProtocolInfoType
协议信息
MacAddress: TThostFtdcMacAddressType
Mac地址
LoginRemark: TThostFtdcLoginRemarkType
登录备注
Trait Implementations§
Source§impl Clone for CThostFtdcUserSessionField
impl Clone for CThostFtdcUserSessionField
Source§impl Default for CThostFtdcUserSessionField
impl Default for CThostFtdcUserSessionField
impl Copy for CThostFtdcUserSessionField
Auto Trait Implementations§
impl Freeze for CThostFtdcUserSessionField
impl RefUnwindSafe for CThostFtdcUserSessionField
impl Send for CThostFtdcUserSessionField
impl Sync for CThostFtdcUserSessionField
impl Unpin for CThostFtdcUserSessionField
impl UnwindSafe for CThostFtdcUserSessionField
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