CQG API 4.0 - Revised
CQGAccount Interface Members
See Also  Overview  Send Feedback

Glossary Item Box

Public Properties

Public Property AccountMarginDetailingGets account margin detailing level
Public Property AuthorizedTradersReturns the collection of traders authorized for the account
Public Property AutoSubscribeInstruments

Gets/sets current "auto-subscribe instruments" flag.

When the "auto-subscribe instruments" flag is set to True, CQG API automatically requests subscription for each instrument on which current account has a position.

Public Property CEL

Returns the corresponding CQGCEL object.

Public Property CurrencySummaries

Returns the collection of account summaries, one for each account currency.

Public Property DateOfLastStatement

Returns the date of last statement received from the FCM.

Public Property FcmAccountID

Returns the account identifier set by FCM.

Public Property FcmClass

Returns the FCM class.

Public Property FcmIDReturns the FCM identifier.
Public Property FcmNameReturns the FCM name.
Public Property GWAccountIDReturns the account identifier set by CQG Gateway.
Public Property GWAccountNameReturns the CQG Gateway account name.
Public Property InternalOrdersReturns the collection of orders placed for current account from within this CQG API instance.
Public Property MarginCreditReturns margin credit
Public Property MarginExcessReturns margin excess
Public Property OrdersReturns the collection containing all active orders placed for current account.
Public Property PositionsReturns the collection of available positions for the current account.
Public Property PositionSubcriptionLevelGets/sets the position subscription level for the current account.
Public Property ReportingCurrencyReturns the ISO code of the account's reporting currency.
Public Property ServerTimestampReturns timestamp of the last change (server time, converted to the configured time zone).
Each account change event forces this property to change its value.
Public Property SummaryReturns the account summary calculated based on account's positions.
Public Property SuppressNotAvailableValuesWhether NA values should be suppressed in TotalPurchasingPower and MarginExcess calculating or not (by default).
Public Property Timestamp

Returns the last response reception timestamp.

When a property is updated, CQG API records the information reception time in the Timestamp property (using local time).

Each account change event forces this property to change its value.

Public Property TotalMarginValueReturns total margin value
Public Property TotalPurchasingPowerReturns total purchasing power

See Also