#[repr(C)]pub struct CThostFtdcReqUserLoginField {
pub TradingDay: TThostFtdcDateType,
pub BrokerID: TThostFtdcBrokerIDType,
pub UserID: TThostFtdcUserIDType,
pub Password: TThostFtdcPasswordType,
pub UserProductInfo: TThostFtdcProductInfoType,
pub InterfaceProductInfo: TThostFtdcProductInfoType,
pub ProtocolInfo: TThostFtdcProtocolInfoType,
pub MacAddress: TThostFtdcMacAddressType,
pub OneTimePassword: TThostFtdcPasswordType,
pub ClientIPAddress: TThostFtdcIPAddressType,
pub LoginRemark: TThostFtdcLoginRemarkType,
pub ClientIPPort: TThostFtdcIPPortType,
}Expand description
用户登录请求
Fields§
§TradingDay: TThostFtdcDateType交易日
BrokerID: TThostFtdcBrokerIDType经纪公司代码
UserID: TThostFtdcUserIDType用户代码
Password: TThostFtdcPasswordType密码
UserProductInfo: TThostFtdcProductInfoType用户端产品信息
InterfaceProductInfo: TThostFtdcProductInfoType接口端产品信息
ProtocolInfo: TThostFtdcProtocolInfoType协议信息
MacAddress: TThostFtdcMacAddressTypeMac地址
OneTimePassword: TThostFtdcPasswordType动态密码
ClientIPAddress: TThostFtdcIPAddressType终端IP地址
LoginRemark: TThostFtdcLoginRemarkType登录备注
ClientIPPort: TThostFtdcIPPortType终端IP端口
Trait Implementations§
Source§impl Clone for CThostFtdcReqUserLoginField
impl Clone for CThostFtdcReqUserLoginField
Source§impl Debug for CThostFtdcReqUserLoginField
impl Debug for CThostFtdcReqUserLoginField
impl Copy for CThostFtdcReqUserLoginField
Auto Trait Implementations§
impl Freeze for CThostFtdcReqUserLoginField
impl RefUnwindSafe for CThostFtdcReqUserLoginField
impl Send for CThostFtdcReqUserLoginField
impl Sync for CThostFtdcReqUserLoginField
impl Unpin for CThostFtdcReqUserLoginField
impl UnwindSafe for CThostFtdcReqUserLoginField
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