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