AccountTransaction Class
Name | Description | |
---|---|---|
AccountTransaction(AccountReport) | ||
AccountTransaction(DateTime, double, byte, string, int) | Initializes a new instance of the AccountTransaction class. | |
AccountTransaction(Fill) | Initializes a new instance of the AccountTransaction class. |
Name | Description | |
---|---|---|
CurrencyId | Gets the currency identifier of this transaction. | |
CurrencyName | ||
DateTime | Gets or sets the date time. (inherited from Event). | |
Id | Gets the identifier of this transaction. | |
IsExecutionTransaction | Gets the flag defining the exuction transaction. | |
Text | Gets the text comment about this transaction. | |
TypeId | Gets the type identifier. | |
Value | Gets the value of this transaction. Negative values indicate withdraw transactions. |
Negative transaction values indicate withdraw transactions. Positive transaction values indicate deposit transactions.
OberMind.AccountTransaction