Class CompiledPathCalculator
Inheritance
CompiledPathCalculator
Assembly: LemonEdge.API.Core.FinancialServices.dll
Syntax
public class CompiledPathCalculator : ICompiledPathCalculator
Constructors
CompiledPathCalculator()
Declaration
public CompiledPathCalculator()
Methods
Calculate(IAllocationPath, IEnumerable<IAllocationRule>, IEnumerable<IAllocationPathRule>, IEnumerable<IAllocationAmount>, IEnumerable<ITransfer>)
Declaration
public IEnumerable<ICompiledPath> Calculate(IAllocationPath allocationPath, IEnumerable<IAllocationRule> allocationRules, IEnumerable<IAllocationPathRule> allocationPathRules, IEnumerable<IAllocationAmount> allocationAmounts, IEnumerable<ITransfer> transfers)
Parameters
Returns
Implements
Extension Methods