OEC Application Programming Interface

Account Class

Customer account

For a list of all members of this type, see Account Members.

System.Object
   MarshalByRefObject
      IDObject<Int32>
         IDObject
            NamedObject
               Account

public class Account : NamedObject

Remarks

A trader can have one or more accounts. For each of those accounts, the Account instance holds information about open and closed positions (see AvgPositions), position details (see DetailedPositions) cash balance(s) and calculated profit/loss values (see Balances and TotalBalance).
All trader accounts are available in the OECClient.Accounts collection.

Requirements

Namespace: OEC.API

Assembly: API (in API.dll)

See Also

Account Members | OEC.API Namespace