#[repr(C)]pub struct AccountregisterField {Show 19 fields
pub is_null: bool,
pub TradeDay: String,
pub BankID: String,
pub BankBranchID: String,
pub BankAccount: String,
pub BrokerID: String,
pub BrokerBranchID: String,
pub AccountID: String,
pub IdCardType: u8,
pub IdentifiedCardNo: String,
pub CustomerName: String,
pub CurrencyID: String,
pub OpenOrDestroy: u8,
pub RegDate: String,
pub OutDate: String,
pub TID: i32,
pub CustType: u8,
pub BankAccType: u8,
pub LongCustomerName: String,
}Expand description
客户开销户信息表
Fields§
§is_null: boolC++ 端传入的整体 Field 是否为 nullptr
TradeDay: String交易日期
BankID: String银行编码
BankBranchID: String银行分支机构编码
BankAccount: String银行帐号
BrokerID: String期货公司编码
BrokerBranchID: String期货公司分支机构编码
AccountID: String投资者帐号
IdCardType: u8证件类型
IdentifiedCardNo: String证件号码
CustomerName: String客户姓名
CurrencyID: String币种代码
OpenOrDestroy: u8开销户类别
RegDate: String签约日期
OutDate: String解约日期
TID: i32交易ID
CustType: u8客户类型
BankAccType: u8银行帐号类型
LongCustomerName: String长客户姓名
Trait Implementations§
Source§impl Clone for AccountregisterField
impl Clone for AccountregisterField
Source§impl Debug for AccountregisterField
impl Debug for AccountregisterField
Source§impl Default for AccountregisterField
impl Default for AccountregisterField
Source§impl ExternType for AccountregisterField
impl ExternType for AccountregisterField
Auto Trait Implementations§
impl Freeze for AccountregisterField
impl RefUnwindSafe for AccountregisterField
impl Send for AccountregisterField
impl Sync for AccountregisterField
impl Unpin for AccountregisterField
impl UnsafeUnpin for AccountregisterField
impl UnwindSafe for AccountregisterField
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