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

Glossary Item Box

Description

Returns the last trade.

Property type

Read-only property

Syntax

Visual Basic
Public Property Trade As CQGQuote

Return Type

Last trade represented as CQGQuote

Remarks

Trade is a quote, so it is also a member of the quotes collection.

Example

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

See Also