#[repr(C)]pub struct CThostFtdcManualSyncBrokerUserOTPField {
pub BrokerID: TThostFtdcBrokerIDType,
pub UserID: TThostFtdcUserIDType,
pub OTPType: TThostFtdcOTPTypeType,
pub FirstOTP: TThostFtdcPasswordType,
pub SecondOTP: TThostFtdcPasswordType,
}Expand description
手工同步用户动态令牌
Fields§
§BrokerID: TThostFtdcBrokerIDType经纪公司代码
UserID: TThostFtdcUserIDType用户代码
OTPType: TThostFtdcOTPTypeType动态令牌类型
FirstOTP: TThostFtdcPasswordType第一个动态密码
SecondOTP: TThostFtdcPasswordType第二个动态密码
Trait Implementations§
impl Copy for CThostFtdcManualSyncBrokerUserOTPField
Auto Trait Implementations§
impl Freeze for CThostFtdcManualSyncBrokerUserOTPField
impl RefUnwindSafe for CThostFtdcManualSyncBrokerUserOTPField
impl Send for CThostFtdcManualSyncBrokerUserOTPField
impl Sync for CThostFtdcManualSyncBrokerUserOTPField
impl Unpin for CThostFtdcManualSyncBrokerUserOTPField
impl UnwindSafe for CThostFtdcManualSyncBrokerUserOTPField
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