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