Class ProjectionCalculator
Inheritance
ProjectionCalculator
Assembly: cs.temp.dll.dll
Syntax
public class ProjectionCalculator : IProjectionCalculator
Methods
CalculateEarningsByTime(IPayoutProjection[], ICurrency, Int64, Int64)
Declaration
public virtual CurrencyAmount CalculateEarningsByTime(IPayoutProjection[] payoutProjections, ICurrency targetCurrency, long startTime, long endTime)
Parameters
Returns
CalculateEarningsByTime(IPayoutProjection[], String, Int64, Int64)
Declaration
public virtual CurrencyAmount CalculateEarningsByTime(IPayoutProjection[] payoutProjections, string targetCurrencyId, long startTime, long endTime)
Parameters
Returns
CalculateTimeToTarget(IPayoutProjection[], CurrencyAmount, Int64)
Declaration
public virtual long CalculateTimeToTarget(IPayoutProjection[] payoutProjections, CurrencyAmount targetAmount, long startTime)
Parameters
Returns
Implements