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