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