#[repr(C)]pub struct CThostFtdcAccountPropertyField {Show 14 fields
pub BrokerID: TThostFtdcBrokerIDType,
pub AccountID: TThostFtdcAccountIDType,
pub BankID: TThostFtdcBankIDType,
pub BankAccount: TThostFtdcBankAccountType,
pub OpenName: TThostFtdcInvestorFullNameType,
pub OpenBank: TThostFtdcOpenBankType,
pub IsActive: TThostFtdcBoolType,
pub AccountSourceType: TThostFtdcAccountSourceTypeType,
pub OpenDate: TThostFtdcDateType,
pub CancelDate: TThostFtdcDateType,
pub OperatorID: TThostFtdcOperatorIDType,
pub OperateDate: TThostFtdcDateType,
pub OperateTime: TThostFtdcTimeType,
pub CurrencyID: TThostFtdcCurrencyIDType,
}Expand description
银行账户属性
Fields§
§BrokerID: TThostFtdcBrokerIDType经纪公司代码
AccountID: TThostFtdcAccountIDType投资者帐号
BankID: TThostFtdcBankIDType银行统一标识类型
BankAccount: TThostFtdcBankAccountType银行账户
OpenName: TThostFtdcInvestorFullNameType银行账户的开户人名称
OpenBank: TThostFtdcOpenBankType银行账户的开户行
IsActive: TThostFtdcBoolType是否活跃
AccountSourceType: TThostFtdcAccountSourceTypeType账户来源
OpenDate: TThostFtdcDateType开户日期
CancelDate: TThostFtdcDateType注销日期
OperatorID: TThostFtdcOperatorIDType录入员代码
OperateDate: TThostFtdcDateType录入日期
OperateTime: TThostFtdcTimeType录入时间
CurrencyID: TThostFtdcCurrencyIDType币种代码
Trait Implementations§
impl Copy for CThostFtdcAccountPropertyField
Auto Trait Implementations§
impl Freeze for CThostFtdcAccountPropertyField
impl RefUnwindSafe for CThostFtdcAccountPropertyField
impl Send for CThostFtdcAccountPropertyField
impl Sync for CThostFtdcAccountPropertyField
impl Unpin for CThostFtdcAccountPropertyField
impl UnwindSafe for CThostFtdcAccountPropertyField
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