#[repr(C)]pub struct CThostFtdcReqGenUserCaptchaField {
pub TradingDay: TThostFtdcDateType,
pub BrokerID: TThostFtdcBrokerIDType,
pub UserID: TThostFtdcUserIDType,
}
Expand description
用户发出获取安全安全登陆方法请求
Fields§
§TradingDay: TThostFtdcDateType
交易日
BrokerID: TThostFtdcBrokerIDType
经纪公司代码
UserID: TThostFtdcUserIDType
用户代码
Trait Implementations§
Source§impl Default for CThostFtdcReqGenUserCaptchaField
impl Default for CThostFtdcReqGenUserCaptchaField
Source§fn default() -> CThostFtdcReqGenUserCaptchaField
fn default() -> CThostFtdcReqGenUserCaptchaField
Returns the “default value” for a type. Read more
impl Copy for CThostFtdcReqGenUserCaptchaField
Auto Trait Implementations§
impl Freeze for CThostFtdcReqGenUserCaptchaField
impl RefUnwindSafe for CThostFtdcReqGenUserCaptchaField
impl Send for CThostFtdcReqGenUserCaptchaField
impl Sync for CThostFtdcReqGenUserCaptchaField
impl Unpin for CThostFtdcReqGenUserCaptchaField
impl UnwindSafe for CThostFtdcReqGenUserCaptchaField
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