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

Glossary Item Box

Description

Returns the strike price in display price format.

Property type

Read-only property

Syntax

Visual Basic
Public Property Strike As Long

Return Type

Strike price represented as Long

Remarks

The price at which the futures contract underlying a call or put option can be purchased (if a call) or sold (if a put). It is a dynamic property of an instrument.

Example

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

See Also