Ejemplo n.º 1
0
 internal void AddFeeForCutting(SubFund subFund)
 {
     _content.RiskRawData.FeeForCutting += subFund.CurrencyRate.Exchange(subFund.FeeForCutting);
 }
Ejemplo n.º 2
0
 internal void Add(SubFund subFund)
 {
     _content.AddBalance(subFund.CurrencyRate.AddByExchange(subFund.Balance));
     _content.AddFrozenFund(subFund.CurrencyRate.AddByExchange(subFund.FrozenFund));
     _content.TotalDeposit += subFund.CurrencyRate.AddByExchange(subFund.TotalDeposit);
 }