Class TransactionAggregateResult
Inheritance
TransactionAggregateResult
Assembly: LemonEdge.API.Entities.FinancialServices.Auto.dll
Syntax
[DataContract]
public class TransactionAggregateResult : ITransactionAggregateResult, INotifyPropertyChanging, INotifyPropertyChanged
Constructors
TransactionAggregateResult()
Declaration
public TransactionAggregateResult()
Properties
FuncAggregateValue
The aggregated functional value of the transactions
Declaration
public decimal FuncAggregateValue { get; set; }
Property Value
InstrumentID
The instrument id grouping this transaction aggregate result is broken down by
Declaration
[Key]
public Guid? InstrumentID { get; set; }
Property Value
InstrumentID_Label
The label of the instrument
Declaration
public string InstrumentID_Label { get; set; }
Property Value
LocalAggregateValue
The aggregated local value of the transactions
Declaration
public decimal LocalAggregateValue { get; set; }
Property Value
ReportingAggregateValue
The aggregated reporting value of the transactions
Declaration
public decimal ReportingAggregateValue { get; set; }
Property Value
Methods
OnPropertyChanged(string)
Declaration
protected void OnPropertyChanged(string propName)
Parameters
Type |
Name |
Description |
string |
propName |
|
OnPropertyChanging(string)
Declaration
protected void OnPropertyChanging(string propName)
Parameters
Type |
Name |
Description |
string |
propName |
|
Events
PropertyChanged
Declaration
public event PropertyChangedEventHandler PropertyChanged
Event Type
PropertyChanging
Declaration
public event PropertyChangingEventHandler PropertyChanging
Event Type
Implements
Extension Methods