#[repr(C)]pub struct CThostFtdcAccountregisterField {Show 18 fields
pub TradeDay: TThostFtdcTradeDateType,
pub BankID: TThostFtdcBankIDType,
pub BankBranchID: TThostFtdcBankBrchIDType,
pub BankAccount: TThostFtdcBankAccountType,
pub BrokerID: TThostFtdcBrokerIDType,
pub BrokerBranchID: TThostFtdcFutureBranchIDType,
pub AccountID: TThostFtdcAccountIDType,
pub IdCardType: TThostFtdcIdCardTypeType,
pub IdentifiedCardNo: TThostFtdcIdentifiedCardNoType,
pub CustomerName: TThostFtdcIndividualNameType,
pub CurrencyID: TThostFtdcCurrencyIDType,
pub OpenOrDestroy: TThostFtdcOpenOrDestroyType,
pub RegDate: TThostFtdcTradeDateType,
pub OutDate: TThostFtdcTradeDateType,
pub TID: TThostFtdcTIDType,
pub CustType: TThostFtdcCustTypeType,
pub BankAccType: TThostFtdcBankAccTypeType,
pub LongCustomerName: TThostFtdcLongIndividualNameType,
}Expand description
客户开销户信息表
Fields§
§TradeDay: TThostFtdcTradeDateType交易日期
BankID: TThostFtdcBankIDType银行编码
BankBranchID: TThostFtdcBankBrchIDType银行分支机构编码
BankAccount: TThostFtdcBankAccountType银行帐号
BrokerID: TThostFtdcBrokerIDType期货公司编码
BrokerBranchID: TThostFtdcFutureBranchIDType期货公司分支机构编码
AccountID: TThostFtdcAccountIDType投资者帐号
IdCardType: TThostFtdcIdCardTypeType证件类型
IdentifiedCardNo: TThostFtdcIdentifiedCardNoType证件号码
CustomerName: TThostFtdcIndividualNameType客户姓名
CurrencyID: TThostFtdcCurrencyIDType币种代码
OpenOrDestroy: TThostFtdcOpenOrDestroyType开销户类别
RegDate: TThostFtdcTradeDateType签约日期
OutDate: TThostFtdcTradeDateType解约日期
TID: TThostFtdcTIDType交易ID
CustType: TThostFtdcCustTypeType客户类型
BankAccType: TThostFtdcBankAccTypeType银行帐号类型
LongCustomerName: TThostFtdcLongIndividualNameType长客户姓名
Trait Implementations§
impl Copy for CThostFtdcAccountregisterField
Auto Trait Implementations§
impl Freeze for CThostFtdcAccountregisterField
impl RefUnwindSafe for CThostFtdcAccountregisterField
impl Send for CThostFtdcAccountregisterField
impl Sync for CThostFtdcAccountregisterField
impl Unpin for CThostFtdcAccountregisterField
impl UnwindSafe for CThostFtdcAccountregisterField
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