CQG API 4.0 - Revised
Currency Property
See Also  Send Feedback
leg_
The leg to get data for
CQGFill Interface : Currency Property

Glossary Item Box

Description

Returns the fill's leg currency.

Property type

Read-only property

Syntax

Visual Basic
Public Property Currency( _
   Optional ByVal leg_ As Long = 0 _
) As String

Parameters

leg_
The leg to get data for

Return Type

The ISO code of the currency represented as String.

Remarks

This property is valid only for legs and not for the whole CQGFill.

Example

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

See Also