AccountPosition Class

Represents an open position in a currency in the trading account
public class AccountPosition
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