Account Class
Represents a multicurrency trading account
This language is not supported or no code example is available.
This language is not supported or no code example is available.
This language is not supported or no code example is available.
|
Name
|
Description
|
|
Add(AccountReport)
|
|
|
Add(AccountTransaction, bool)
|
Adds an account transaction to this account.
|
|
Add(DateTime, double, byte, string, bool)
|
Creates and adds an account transaction to this account.
|
|
Add(Fill, bool)
|
Adds an account transactions created from order fill to this account.
|
|
Add(double, byte, string, bool)
|
Creates and adds an account transaction to this account at the current datetime of the framework
|
|
Clear()
|
|
|
Deposit(DateTime, double, byte, string, bool)
|
Deposits an amount of currency to this account.
|
|
Deposit(double, byte, string, bool)
|
Deposits an amount of currency to this account at the current datetime of the framework.
|
|
GetByCurrencyId(byte)
|
|
|
GetValue(byte)
|
|
|
Withdraw(DateTime, double, byte, string, bool)
|
Withdraws an amount of currency from this account.
|
|
Withdraw(double, byte, string, bool)
|
Withdraws an amount of currency from this account at the current datetime of the framework.
|
Top
In this article
Definition