OEC Application Programming Interface

AccountList Class

List of accounts - see OECClient.Accounts.

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

System.Object
   MarshalByRefObject
      KeyedList<Int32,Account>
         IDList<Int32,Account>
            IDKeyList<Int32,String,Account>
               NamedList<Account>
                  AccountList

public class AccountList : NamedList<Account>

Remarks

List indexed by Account.ID and Account.Spec fields.

Requirements

Namespace: OEC.API

Assembly: API (in API.dll)

See Also

AccountList Members | OEC.API Namespace