Class BlendTransactionProcessorExtender
Any custom algorithm for IBlendingTran 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://web.lemonedge.com/help/blend-transactions/ for more informationInherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: LemonEdge.API.Processors.Transactional
Assembly: API.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 |
---|---|
System.Threading.Tasks.Task | A task indicating completion of the operation |