CQG API 4.0 - Revised
MaintenanceMargin Property
See Also  Send Feedback
CQGInstrument Interface : MaintenanceMargin Property

Glossary Item Box

Description

Returns the maintenance margin for the contract.

Property type

Read-only property

Syntax

Visual Basic
Public Property MaintenanceMargin As Double

Return Type

Maintenance margin amount represented as Double

Remarks

Maintenance margin is set by FCM and is based on the trader's current activities. It is a dynamic property of an instrument.

Example

To access the Instrument properties, see the example section of the InstrumentSubscribed event.

See Also