#[repr(C)]pub struct CThostFtdcSyncingTradingAccountField {Show 48 fields
pub BrokerID: TThostFtdcBrokerIDType,
pub AccountID: TThostFtdcAccountIDType,
pub PreMortgage: TThostFtdcMoneyType,
pub PreCredit: TThostFtdcMoneyType,
pub PreDeposit: TThostFtdcMoneyType,
pub PreBalance: TThostFtdcMoneyType,
pub PreMargin: TThostFtdcMoneyType,
pub InterestBase: TThostFtdcMoneyType,
pub Interest: TThostFtdcMoneyType,
pub Deposit: TThostFtdcMoneyType,
pub Withdraw: TThostFtdcMoneyType,
pub FrozenMargin: TThostFtdcMoneyType,
pub FrozenCash: TThostFtdcMoneyType,
pub FrozenCommission: TThostFtdcMoneyType,
pub CurrMargin: TThostFtdcMoneyType,
pub CashIn: TThostFtdcMoneyType,
pub Commission: TThostFtdcMoneyType,
pub CloseProfit: TThostFtdcMoneyType,
pub PositionProfit: TThostFtdcMoneyType,
pub Balance: TThostFtdcMoneyType,
pub Available: TThostFtdcMoneyType,
pub WithdrawQuota: TThostFtdcMoneyType,
pub Reserve: TThostFtdcMoneyType,
pub TradingDay: TThostFtdcDateType,
pub SettlementID: TThostFtdcSettlementIDType,
pub Credit: TThostFtdcMoneyType,
pub Mortgage: TThostFtdcMoneyType,
pub ExchangeMargin: TThostFtdcMoneyType,
pub DeliveryMargin: TThostFtdcMoneyType,
pub ExchangeDeliveryMargin: TThostFtdcMoneyType,
pub ReserveBalance: TThostFtdcMoneyType,
pub CurrencyID: TThostFtdcCurrencyIDType,
pub PreFundMortgageIn: TThostFtdcMoneyType,
pub PreFundMortgageOut: TThostFtdcMoneyType,
pub FundMortgageIn: TThostFtdcMoneyType,
pub FundMortgageOut: TThostFtdcMoneyType,
pub FundMortgageAvailable: TThostFtdcMoneyType,
pub MortgageableFund: TThostFtdcMoneyType,
pub SpecProductMargin: TThostFtdcMoneyType,
pub SpecProductFrozenMargin: TThostFtdcMoneyType,
pub SpecProductCommission: TThostFtdcMoneyType,
pub SpecProductFrozenCommission: TThostFtdcMoneyType,
pub SpecProductPositionProfit: TThostFtdcMoneyType,
pub SpecProductCloseProfit: TThostFtdcMoneyType,
pub SpecProductPositionProfitByAlg: TThostFtdcMoneyType,
pub SpecProductExchangeMargin: TThostFtdcMoneyType,
pub FrozenSwap: TThostFtdcMoneyType,
pub RemainSwap: TThostFtdcMoneyType,
}Fields§
§BrokerID: TThostFtdcBrokerIDType§AccountID: TThostFtdcAccountIDType§PreMortgage: TThostFtdcMoneyType§PreCredit: TThostFtdcMoneyType§PreDeposit: TThostFtdcMoneyType§PreBalance: TThostFtdcMoneyType§PreMargin: TThostFtdcMoneyType§InterestBase: TThostFtdcMoneyType§Interest: TThostFtdcMoneyType§Deposit: TThostFtdcMoneyType§Withdraw: TThostFtdcMoneyType§FrozenMargin: TThostFtdcMoneyType§FrozenCash: TThostFtdcMoneyType§FrozenCommission: TThostFtdcMoneyType§CurrMargin: TThostFtdcMoneyType§CashIn: TThostFtdcMoneyType§Commission: TThostFtdcMoneyType§CloseProfit: TThostFtdcMoneyType§PositionProfit: TThostFtdcMoneyType§Balance: TThostFtdcMoneyType§Available: TThostFtdcMoneyType§WithdrawQuota: TThostFtdcMoneyType§Reserve: TThostFtdcMoneyType§TradingDay: TThostFtdcDateType§SettlementID: TThostFtdcSettlementIDType§Credit: TThostFtdcMoneyType§Mortgage: TThostFtdcMoneyType§ExchangeMargin: TThostFtdcMoneyType§DeliveryMargin: TThostFtdcMoneyType§ExchangeDeliveryMargin: TThostFtdcMoneyType§ReserveBalance: TThostFtdcMoneyType§CurrencyID: TThostFtdcCurrencyIDType§PreFundMortgageIn: TThostFtdcMoneyType§PreFundMortgageOut: TThostFtdcMoneyType§FundMortgageIn: TThostFtdcMoneyType§FundMortgageOut: TThostFtdcMoneyType§FundMortgageAvailable: TThostFtdcMoneyType§MortgageableFund: TThostFtdcMoneyType§SpecProductMargin: TThostFtdcMoneyType§SpecProductFrozenMargin: TThostFtdcMoneyType§SpecProductCommission: TThostFtdcMoneyType§SpecProductFrozenCommission: TThostFtdcMoneyType§SpecProductPositionProfit: TThostFtdcMoneyType§SpecProductCloseProfit: TThostFtdcMoneyType§SpecProductPositionProfitByAlg: TThostFtdcMoneyType§SpecProductExchangeMargin: TThostFtdcMoneyType§FrozenSwap: TThostFtdcMoneyType§RemainSwap: TThostFtdcMoneyTypeTrait Implementations§
Source§impl Clone for CThostFtdcSyncingTradingAccountField
impl Clone for CThostFtdcSyncingTradingAccountField
Source§fn clone(&self) -> CThostFtdcSyncingTradingAccountField
fn clone(&self) -> CThostFtdcSyncingTradingAccountField
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 CThostFtdcSyncingTradingAccountField
Auto Trait Implementations§
impl Freeze for CThostFtdcSyncingTradingAccountField
impl RefUnwindSafe for CThostFtdcSyncingTradingAccountField
impl Send for CThostFtdcSyncingTradingAccountField
impl Sync for CThostFtdcSyncingTradingAccountField
impl Unpin for CThostFtdcSyncingTradingAccountField
impl UnwindSafe for CThostFtdcSyncingTradingAccountField
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