CQG API 4.0 - Revised
ItemByFCM Property
See Also  Send Feedback
fcm_account_id
FCM account identifier
fcm_id
FCM identifier
CQGAccounts Collection : ItemByFCM Property

Glossary Item Box

Description

Returns a CQGAccount object based on its FCM account ID and fcmID.

Property type

Read-only property

Syntax

Visual Basic
Public Property ItemByFCM( _
   ByVal fcm_account_id As String, _
   ByVal fcm_id As Long _
) As CQGAccount

Parameters

fcm_account_id
FCM account identifier
fcm_id
FCM identifier

Return Type

Returns the selected account if found.

If the accessed item does not exist, see Accessing non-existent collection items to learn more about the return type.

Example

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

See Also