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