#[repr(C)]pub struct CThostFtdcReqUserLoginWithOTPField {Show 13 fields
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 reserve1: TThostFtdcOldIPAddressType,
pub LoginRemark: TThostFtdcLoginRemarkType,
pub OTPPassword: TThostFtdcPasswordType,
pub ClientIPPort: TThostFtdcIPPortType,
pub ClientIPAddress: TThostFtdcIPAddressType,
}Fields§
§TradingDay: TThostFtdcDateType§BrokerID: TThostFtdcBrokerIDType§UserID: TThostFtdcUserIDType§Password: TThostFtdcPasswordType§UserProductInfo: TThostFtdcProductInfoType§InterfaceProductInfo: TThostFtdcProductInfoType§ProtocolInfo: TThostFtdcProtocolInfoType§MacAddress: TThostFtdcMacAddressType§reserve1: TThostFtdcOldIPAddressType§LoginRemark: TThostFtdcLoginRemarkType§OTPPassword: TThostFtdcPasswordType§ClientIPPort: TThostFtdcIPPortType§ClientIPAddress: TThostFtdcIPAddressTypeTrait Implementations§
Source§impl Clone for CThostFtdcReqUserLoginWithOTPField
impl Clone for CThostFtdcReqUserLoginWithOTPField
Source§fn clone(&self) -> CThostFtdcReqUserLoginWithOTPField
fn clone(&self) -> CThostFtdcReqUserLoginWithOTPField
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for CThostFtdcReqUserLoginWithOTPField
Auto Trait Implementations§
impl Freeze for CThostFtdcReqUserLoginWithOTPField
impl RefUnwindSafe for CThostFtdcReqUserLoginWithOTPField
impl Send for CThostFtdcReqUserLoginWithOTPField
impl Sync for CThostFtdcReqUserLoginWithOTPField
impl Unpin for CThostFtdcReqUserLoginWithOTPField
impl UnwindSafe for CThostFtdcReqUserLoginWithOTPField
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