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

Glossary Item Box

Description

Returns the account identifier set by FCM.

Property type

Read-only property

Syntax

Visual Basic
Public Property FcmAccountID As String

Return Type

Account identifier, represented as String

Remarks

This identifier is unique per FCM.

Example

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

See Also