#[repr(C)]pub struct AccountPropertyField {Show 15 fields
pub is_null: bool,
pub BrokerID: String,
pub AccountID: String,
pub BankID: String,
pub BankAccount: String,
pub OpenName: String,
pub OpenBank: Vec<u8>,
pub IsActive: i32,
pub AccountSourceType: u8,
pub OpenDate: String,
pub CancelDate: String,
pub OperatorID: String,
pub OperateDate: String,
pub OperateTime: String,
pub CurrencyID: String,
}Expand description
银行账户属性
Fields§
§is_null: boolC++ 端传入的整体 Field 是否为 nullptr
BrokerID: String经纪公司代码
AccountID: String投资者帐号
BankID: String银行统一标识类型
BankAccount: String银行账户
OpenName: String银行账户的开户人名称
OpenBank: Vec<u8>银行账户的开户行
IsActive: i32是否活跃
AccountSourceType: u8账户来源
OpenDate: String开户日期
CancelDate: String注销日期
OperatorID: String录入员代码
OperateDate: String录入日期
OperateTime: String录入时间
CurrencyID: String币种代码
Trait Implementations§
Source§impl Clone for AccountPropertyField
impl Clone for AccountPropertyField
Source§impl Debug for AccountPropertyField
impl Debug for AccountPropertyField
Source§impl Default for AccountPropertyField
impl Default for AccountPropertyField
Source§impl ExternType for AccountPropertyField
impl ExternType for AccountPropertyField
Auto Trait Implementations§
impl Freeze for AccountPropertyField
impl RefUnwindSafe for AccountPropertyField
impl Send for AccountPropertyField
impl Sync for AccountPropertyField
impl Unpin for AccountPropertyField
impl UnsafeUnpin for AccountPropertyField
impl UnwindSafe for AccountPropertyField
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