PartialFillInfoCollection Class

A collection of PartialFillInfo order objects. Referenced by the OrderUpdatedEventArgs PartialFills property.

Namespace: tsdata.trading

Properties

   Additional properties, methods, and events are described in the classes listed under Inheritance Hierarchy (see below).

  Name Type Description
Public property Count int Gets the number of objects in the collection.
Public property IsReadOnly bool True if the collection is read-only.
Public property Item[index] object Gets the PartialFillInfo object at the specified index position.
Methods
  Name Description
Public property Add(item) Adds a PartialFillInfo item to the collection.
Public property Clear Removes all items, if the collection is not read-only.
Public property Contains(item) True if the collection contains the specified item.
Public property IndexOf(item) Get the index of the specified item in the collection.
Public property Insert(index,item) Inserts an item at the specified index position.
Public property Remove(item) Removes the first occurrence of a specified item from the collection.
Public property RemoveAt(index) Removes an item from the collection at a specified index position.
Operators
  Name Description
Public Method += Used in an expression to add a PartialFillInfo object to the collection.
Public Method -= Used in an expression to remove a PartialFillInfo object from the collection.
Inheritance Hierarchy

elsystem.Object

tsdata.trading.PartialFillInfoCollection