CQG API 4.0 - Revised
Collaterals Method
See Also  Send Feedback
day_

Specifies the number of days back.

The parameter is reserved for future use. Currently the only valid value is 1, which is the default.

CQGAccountSummary Interface : Collaterals Method

Glossary Item Box

Description

Returns the account collaterals, which were declared in the last statement.

Syntax

Visual Basic
Public Function Collaterals( _
   Optional ByVal day_ As Long = 1 _
) As Double

Parameters

day_

Specifies the number of days back.

The parameter is reserved for future use. Currently the only valid value is 1, which is the default.

Return Type

Collaterals, represented as Double

Remarks

If the account summary was requested through CQGCEL.QuerySummariesStatement, (which has its Date_ parameter specified) day_ will be ignored.

Example

See the usage of CQGAccountSummary methods in the AccountChanged event's example section.

See Also