#[repr(C)]pub struct CThostFtdcTradingAccountPasswordUpdateField {
pub BrokerID: TThostFtdcBrokerIDType,
pub AccountID: TThostFtdcAccountIDType,
pub OldPassword: TThostFtdcPasswordType,
pub NewPassword: TThostFtdcPasswordType,
pub CurrencyID: TThostFtdcCurrencyIDType,
}Expand description
资金账户口令变更域
Fields§
§BrokerID: TThostFtdcBrokerIDType经纪公司代码
AccountID: TThostFtdcAccountIDType投资者帐号
OldPassword: TThostFtdcPasswordType原来的口令
NewPassword: TThostFtdcPasswordType新的口令
CurrencyID: TThostFtdcCurrencyIDType币种代码
Trait Implementations§
impl Copy for CThostFtdcTradingAccountPasswordUpdateField
Auto Trait Implementations§
impl Freeze for CThostFtdcTradingAccountPasswordUpdateField
impl RefUnwindSafe for CThostFtdcTradingAccountPasswordUpdateField
impl Send for CThostFtdcTradingAccountPasswordUpdateField
impl Sync for CThostFtdcTradingAccountPasswordUpdateField
impl Unpin for CThostFtdcTradingAccountPasswordUpdateField
impl UnwindSafe for CThostFtdcTradingAccountPasswordUpdateField
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