Search Results for

    Show / Hide Table of Contents

    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://help.lemonedge.com/blend-transactions/ for more information
    Inheritance
    System.Object
    BlendTransactionProcessorExtender
    BlendTransactionProcessorExtenderLTD
    Inherited 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

    Extension Methods

    MiscExtensions.SetIfNotEqual<T, P>(T, Expression<Func<T, P>>, P)
    ReflectionExtensions.ClearEventInvocations(Object, String)
    StringExtensions.ToCSVFormatString(Object, Type)
    SQLExtensions.ToSQLValue(Object, Boolean)

    See Also

    IBlendTransactionProcessor
    In This Article
    Back to top © LemonEdge Technology. All rights reserved.