#[repr(C)]pub struct CThostFtdcTradingAccountReserveField {
pub BrokerID: TThostFtdcBrokerIDType,
pub AccountID: TThostFtdcAccountIDType,
pub Reserve: TThostFtdcMoneyType,
pub CurrencyID: TThostFtdcCurrencyIDType,
}
Expand description
资金账户基本准备金
Fields§
§BrokerID: TThostFtdcBrokerIDType
经纪公司代码
AccountID: TThostFtdcAccountIDType
投资者帐号
Reserve: TThostFtdcMoneyType
基本准备金
CurrencyID: TThostFtdcCurrencyIDType
币种代码
Trait Implementations§
Source§impl Default for CThostFtdcTradingAccountReserveField
impl Default for CThostFtdcTradingAccountReserveField
Source§fn default() -> CThostFtdcTradingAccountReserveField
fn default() -> CThostFtdcTradingAccountReserveField
Returns the “default value” for a type. Read more
impl Copy for CThostFtdcTradingAccountReserveField
Auto Trait Implementations§
impl Freeze for CThostFtdcTradingAccountReserveField
impl RefUnwindSafe for CThostFtdcTradingAccountReserveField
impl Send for CThostFtdcTradingAccountReserveField
impl Sync for CThostFtdcTradingAccountReserveField
impl Unpin for CThostFtdcTradingAccountReserveField
impl UnwindSafe for CThostFtdcTradingAccountReserveField
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