OEC Application Programming Interface

PositionIDList Members

PositionIDList overview

Public Instance Constructors

PositionIDList Constructor Initializes a new instance of the PositionIDList class.

Public Instance Properties

Count (inherited from KeyedList<Contract,Position>) Gets the number of elements contained in the collection.
First (inherited from KeyedList<Contract,Position>) Gets the first item in collection or default value, if no items available
Item (inherited from KeyedList<Contract,Position>) Gets an item from a collection by it's key value
Keys (inherited from KeyedList<Contract,Position>) Gets a list of keys available in the collection
Last (inherited from KeyedList<Contract,Position>) Gets the last item in collection or default value, if no items available
Values (inherited from KeyedList<Contract,Position>) Gets the list of objects available in the collection

Public Instance Methods

ContainsKey (inherited from KeyedList<Contract,Position>) Determines whether the collection contains a specific key.
GetByIndex (inherited from KeyedList<Contract,Position>) Gets the item by zero-based index
SortedValues (inherited from KeyedList<Contract,Position>) 

See Also

PositionIDList Class | OEC.API Namespace