OEC Application Programming Interface

OECClient.SubscribeDOM Method 

Subscribes for Depth of Market (DOM) data.

public Void SubscribeDOM(
   Contract contract
);

Parameters

contract
Contract for DOM subscription

Remarks

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

See Also

OECClient Class | OEC.API Namespace | OnDOMChanged | UnsubscribeDOM