#[repr(C)]pub struct CThostFtdcUserSystemInfoField {
pub BrokerID: TThostFtdcBrokerIDType,
pub UserID: TThostFtdcUserIDType,
pub ClientSystemInfoLen: TThostFtdcSystemInfoLenType,
pub ClientSystemInfo: TThostFtdcClientSystemInfoType,
pub ClientPublicIP: TThostFtdcIPAddressType,
pub ClientIPPort: TThostFtdcIPPortType,
pub ClientLoginTime: TThostFtdcTimeType,
pub ClientAppID: TThostFtdcAppIDType,
}
Expand description
用户系统信息
Fields§
§BrokerID: TThostFtdcBrokerIDType
经纪公司代码
UserID: TThostFtdcUserIDType
用户代码
ClientSystemInfoLen: TThostFtdcSystemInfoLenType
用户端系统内部信息长度
ClientSystemInfo: TThostFtdcClientSystemInfoType
用户端系统内部信息
ClientPublicIP: TThostFtdcIPAddressType
用户公网IP
ClientIPPort: TThostFtdcIPPortType
终端IP端口
ClientLoginTime: TThostFtdcTimeType
登录成功时间
ClientAppID: TThostFtdcAppIDType
App代码
Trait Implementations§
impl Copy for CThostFtdcUserSystemInfoField
Auto Trait Implementations§
impl Freeze for CThostFtdcUserSystemInfoField
impl RefUnwindSafe for CThostFtdcUserSystemInfoField
impl Send for CThostFtdcUserSystemInfoField
impl Sync for CThostFtdcUserSystemInfoField
impl Unpin for CThostFtdcUserSystemInfoField
impl UnwindSafe for CThostFtdcUserSystemInfoField
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