#[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,
}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: TThostFtdcCurrencyIDTypeTrait Implementations§
Source§impl Clone for CThostFtdcAccountPropertyField
impl Clone for CThostFtdcAccountPropertyField
Source§fn clone(&self) -> CThostFtdcAccountPropertyField
fn clone(&self) -> CThostFtdcAccountPropertyField
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl 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