#[repr(C)]pub struct TradingAccountPasswordUpdateFromSecField {
pub is_null: bool,
pub BrokerID: String,
pub AccountID: String,
pub OldPassword: String,
pub NewPassword: String,
pub CurrencyID: String,
pub FromSec: i32,
}Expand description
来自次席的资金账户口令变更
Fields§
§is_null: boolC++ 端传入的整体 Field 是否为 nullptr
BrokerID: String经纪公司代码
AccountID: String投资者帐号
OldPassword: String原来的口令
NewPassword: String新的口令
CurrencyID: String币种代码
FromSec: i32次席的交易中心代码
Trait Implementations§
Auto Trait Implementations§
impl Freeze for TradingAccountPasswordUpdateFromSecField
impl RefUnwindSafe for TradingAccountPasswordUpdateFromSecField
impl Send for TradingAccountPasswordUpdateFromSecField
impl Sync for TradingAccountPasswordUpdateFromSecField
impl Unpin for TradingAccountPasswordUpdateFromSecField
impl UnsafeUnpin for TradingAccountPasswordUpdateFromSecField
impl UnwindSafe for TradingAccountPasswordUpdateFromSecField
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