Returns the account collaterals, which were declared in the last statement.
Visual Basic |
---|
Public Function Collaterals( _ Optional ByVal day_ As Long = 1 _ ) As Double |
- 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.
Collaterals, represented as Double
If the account summary was requested through CQGCEL.QuerySummariesStatement, (which has its Date_ parameter specified) day_ will be ignored.
See the usage of CQGAccountSummary methods in the AccountChanged event's example section.