CQG API 4.0 - Revised
FcmID Property
See Also  Send Feedback
CQGAccount Interface : FcmID Property

Glossary Item Box

Description

Returns the FCM identifier.

Property type

Read-only property

Syntax

Visual Basic
Public Property FcmID As Long

Return Type

FCM identifier represented as Long

Remarks

Two accounts from the same FCM have the same FCM identifiers. The pair fcmID : FcmAccountID is unique over the CQG system.

Example

See the usage of CQGAccount properties in the AccountChanged event's example section.

See Also