IDomSubscriptionApiSubscribe Method

GF API Documentation
Subscribes for Depth of Market (IDom) data.

Namespace:  GF.Api.Subscriptions.Doms
Assembly:  GF.Api (in GF.Api.dll) Version: dd7171be68430789135ec75c4e9f4bbfeca31201
Syntax

IDomSubscription Subscribe(
	ContractID contractID
)

Parameters

contractID
Type: GF.Api.ContractsContractID
Contract for DOM subscription

Return Value

Type: IDomSubscription
Remarks

Data can be accessed using IDom property.
Note: Multiple subscriptions will require same number of UnsubscribeDOM calls
See Also

Reference