CQG API 4.0 - Revised
NetChange Property
See Also  Send Feedback
CQGInstrument Interface : NetChange Property

Glossary Item Box

Description

Returns the option's net change.

Property type

Read-only property

Syntax

Visual Basic
Public Property NetChange As Double

Return Type

Net change represented as Double

Remarks

An Options specific notion. The property will be 0 if the contract is not an Option. It is a dynamic property of an instrument.

Example

To access the Instrument properties, see the example section of the InstrumentSubscribed event.

See Also