CQG API 4.0 - Revised
RefFillId Property
See Also  Send Feedback
CQGFill Interface : RefFillId Property

Glossary Item Box

Description

Returns the identifier of the referenced fill.

Property type

Read-only property

Syntax

Visual Basic
Public Property RefFillId As String

Return Type

The referenced fill identifier, represented as String

Remarks

If the current fill overrides some older fill for this order, this property points to the overridden one.

The same applies to the overridden fill: it will refer (through this property) to it's overriding fill. Both fills will be present in the collection. The currently real fill can be determined via Status property.

Example

See the usage of CQGFill properties in the OrderChanged event's example section.

See Also