AccountTransaction(DateTime, Double, Byte, String, Int32) Constructor

Initializes a new instance of the AccountTransaction class.
public AccountTransaction( 
DateTime dateTime
double value
byte currencyId
string text
int id = -1 
)
This language is not supported or no code example is available.
public:  
AccountTransaction( 
DateTime dateTime
double value
Byte currencyId
String^ text
int id 
)
This language is not supported or no code example is available.
public function AccountTransaction( 
dateTime : DateTime
value : double
currencyId : byte
text : String
id : int 
);
This language is not supported or no code example is available.

Parameters

dateTime
DateTime

The date time.

value
double

The value of account transaction. Negative values indicate withdraw transactions.

currencyId
byte

The currency identifier.

text
string

The text.

id
int

In this article

Definition