#[repr(C)]pub struct CThostFtdcBrokerUserPasswordField {
pub BrokerID: TThostFtdcBrokerIDType,
pub UserID: TThostFtdcUserIDType,
pub Password: TThostFtdcPasswordType,
pub LastUpdateTime: TThostFtdcDateTimeType,
pub LastLoginTime: TThostFtdcDateTimeType,
pub ExpireDate: TThostFtdcDateType,
pub WeakExpireDate: TThostFtdcDateType,
}
Expand description
经纪公司用户口令
Fields§
§BrokerID: TThostFtdcBrokerIDType
经纪公司代码
UserID: TThostFtdcUserIDType
用户代码
Password: TThostFtdcPasswordType
密码
LastUpdateTime: TThostFtdcDateTimeType
上次修改时间
LastLoginTime: TThostFtdcDateTimeType
上次登陆时间
ExpireDate: TThostFtdcDateType
密码过期时间
WeakExpireDate: TThostFtdcDateType
弱密码过期时间
Trait Implementations§
impl Copy for CThostFtdcBrokerUserPasswordField
Auto Trait Implementations§
impl Freeze for CThostFtdcBrokerUserPasswordField
impl RefUnwindSafe for CThostFtdcBrokerUserPasswordField
impl Send for CThostFtdcBrokerUserPasswordField
impl Sync for CThostFtdcBrokerUserPasswordField
impl Unpin for CThostFtdcBrokerUserPasswordField
impl UnwindSafe for CThostFtdcBrokerUserPasswordField
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