Search Results for

    Show / Hide Table of Contents

    Class BlendTransactionValueTotals

    Contains the values to allocate against new transactions

    Inheritance
    object
    BlendTransactionValueTotals
    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 class BlendTransactionValueTotals

    Constructors

    BlendTransactionValueTotals()

    Declaration
    public BlendTransactionValueTotals()

    Properties

    EffectiveDate

    If this is the result of a sql wrapper, this holds the effective date for the transaction

    Declaration
    public DateTimeOffset? EffectiveDate { get; set; }
    Property Value
    Type Description
    DateTimeOffset?

    EntityID

    If this is the result of a sql wrapper, this holds the entity id for the transaction

    Declaration
    public Guid? EntityID { get; set; }
    Property Value
    Type Description
    Guid?

    InstrumentID

    The instrument these values are for. If null then the values are for the set as a whole.

    Declaration
    public Guid? InstrumentID { get; set; }
    Property Value
    Type Description
    Guid?

    PathID

    If this is the result of a sql wrapper, this holds the path id for the transaction

    Declaration
    public Guid? PathID { get; set; }
    Property Value
    Type Description
    Guid?

    Values

    The values to post to the new transaction in each currency by transaction type value

    Declaration
    public Dictionary<ITransactionTypeValue, (decimal? Local, decimal? Functional, decimal? Reporting)> Values { get; set; }
    Property Value
    Type Description
    Dictionary<ITransactionTypeValue, (decimal? Local, decimal? Functional, decimal? Reporting)>

    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
    BlendTransactionAllocation
    BlendTransactionToAllocation
    In this article
    Back to top © LemonEdge Technologies. All rights reserved.