Class BlendTransactionValueTotals
Contains the values to allocate against new transactions
Inherited Members
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)> |