Returns the manual fill member by its trade_id.
This is the default property.
Read-only property
Visual Basic |
---|
Public Property Item( _ ByVal trade_id As Long _ ) As CQGManualFill |
- trade_id
If the fill exists in the collection, this property returns the selected fill; represented as CQGManualFill object.
If the accessed item does not exist, see Accessing non-existent collection items to learn more about the return type.