#[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: TThostFtdcIPAddressTypeIP地址
UserProductInfo: TThostFtdcProductInfoType用户端产品信息
InterfaceProductInfo: TThostFtdcProductInfoType接口端产品信息
ProtocolInfo: TThostFtdcProtocolInfoType协议信息
MacAddress: TThostFtdcMacAddressTypeMac地址
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