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

Glossary Item Box

Description

Returns initial margin for the contract.

Property type

Read-only property

Syntax

Visual Basic
Public Property InitialMargin As Double

Return Type

Initial margin amount represented as Double

Remarks

Initial margin is specific to a contract and is set by FCM. It is a static property of an instrument.

Example

For access to Instrument properties see example section of InstrumentSubscribed event.

See Also