AccountPosition Class

Represents an open position in a currency in the trading account
public class AccountPosition
This language is not supported or no code example is available.
public ref class AccountPosition 
This language is not supported or no code example is available.
public class AccountPosition
This language is not supported or no code example is available.
Name Description
Public constructor AccountPosition(AccountTransaction) Initializes a new instance of the AccountPosition class.
Public constructor AccountPosition(byte, double) Initializes a new instance of the AccountPosition class.
Top
Name Description
Public property CurrencyId Gets the currency identifier.
Public property Value Gets the value.
Top
Methods
 
Name Description
Public method Add(AccountTransaction) Adds the specified transaction.
Top
Remarks
 
An AccountPosition holds an amount of specific CurrencyId allocated in the trading Account

In this article

Definition