Search Results for

    Show / Hide Table of Contents

    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 information
    Inheritance
    object
    BlendTransactionProcessorExtender
    BlendTransactionProcessorExtenderLTD
    Inherited Members
    object.GetType()
    object.MemberwiseClone()
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    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

    Extension Methods

    LinqExtensions.AsArray<T>(T)
    LinqExtensions.ToArrayOfOne<T>(T)
    LinqExtensions.ToListOfOne<T>(T)
    MiscExtensions.SetIfNotEqual<T, TP>(T, Expression<Func<T, TP>>, TP)
    WeakReferenceExtensions.WeakReference(object)
    SQLExtensions.ToSQLValue(object, bool)
    ReflectionExtensions.ClearEventInvocations(object, string)
    StringExtensions.ToCSVFormatString(object, Type)

    See Also

    IBlendTransactionProcessor
    In this article
    Back to top © LemonEdge Technologies. All rights reserved.