Class BlendTransactionProcessorExtenderLTD
The system default life-to-date value allocation algorithm for allocating configured values to target sets of instruments
See https://help.lemonedge.com/blend-transactions/ for more information
Inherited Members
Namespace: LemonEdge.API.Core.FinancialServices.Processors.Transactional
Assembly: LemonEdge.API.Core.FinancialServices.dll
Syntax
[BlendTransactionProcessorExtender("Value Allocation", "LTD", Description = "Allocation algorithm of configured values by allocation ratio to target instruments.")]
public class BlendTransactionProcessorExtenderLTD : BlendTransactionProcessorExtender
Constructors
BlendTransactionProcessorExtenderLTD(IBlendTransactionProcessor)
Creates a new life-to-date value allocation blending transaction extender
Declaration
public BlendTransactionProcessorExtenderLTD(IBlendTransactionProcessor processor)
Parameters
Type | Name | Description |
---|---|---|
IBlendTransactionProcessor | processor | The current blended transaction processor to work with |
Methods
ProcessAlgorithm()
Processes the blended transaction using the value allocation ltd algorithm
See https://help.lemonedge.com/blend-transactions/ for more information
Declaration
public override Task ProcessAlgorithm()
Returns
Type | Description |
---|---|
Task | A task indicating the completion of the oepration |