Class BlendTransactionProcessorExtender
Any custom algorithm for IBlendingTransaction can be implemented from inheriting this class.
The standard system algorithm is BlendTransactionProcessorExtenderLTD a LTD value allocation algorithm of configured values by allocation ratio to target instruments.
See https://help.lemonedge.com/blend-transactions/ for more informationInherited Members
Namespace: LemonEdge.API.Core.FinancialServices.Processors.Transactional
Assembly: LemonEdge.API.Core.FinancialServices.dll
Syntax
public abstract class BlendTransactionProcessorExtender
Constructors
BlendTransactionProcessorExtender(IBlendTransactionProcessor)
Creates a new blending transaction processor extender
Declaration
public BlendTransactionProcessorExtender(IBlendTransactionProcessor processor)
Parameters
Type | Name | Description |
---|---|---|
IBlendTransactionProcessor | processor | The processor this algorithm works with |
Properties
Processor
The processor instance this extender is working with
Declaration
public IBlendTransactionProcessor Processor { get; }
Property Value
Type | Description |
---|---|
IBlendTransactionProcessor |
Methods
ProcessAlgorithm()
Processes the algorithm against the Processor
Declaration
public abstract Task ProcessAlgorithm()
Returns
Type | Description |
---|---|
Task | A task indicating completion of the operation |