AccountTransaction Class

Represents a trading account transaction (deposit or withdraw)
public class AccountTransaction : Event
This language is not supported or no code example is available.
public ref class AccountTransaction : public Event^
This language is not supported or no code example is available.
public class AccountTransaction 
extends Event
This language is not supported or no code example is available.
Name Description
Public property CurrencyId Gets the currency identifier of this transaction.
Public property CurrencyName
Public property DateTime Gets or sets the date time. (inherited from Event).
Public property Id Gets the identifier of this transaction.
Public property IsExecutionTransaction Gets the flag defining the exuction transaction.
Public property Text Gets the text comment about this transaction.
Public property TypeId Gets the type identifier.
Public property Value Gets the value of this transaction. Negative values indicate withdraw transactions.
Top
Methods
 
Name Description
Public method ToJSON() Returns a JSON formatted String that represents this instance. (inherited from Event).
Public method ToString() Returns a String that represents this instance. (inherited from Event).
Top
Fields
 
Name Description
Internal protected (Protected Friend) field dateTime (inherited from Event).
Top
Remarks
 
Negative transaction values indicate withdraw transactions. Positive transaction values indicate deposit transactions.
OberMind.AccountTransaction

In this article

Definition