Returns asks of current DOM book.
Read-only property
Visual Basic |
---|
Public Property DOMAsks As CQGDOMQuotes |
Collection of DOM quotes
This collection is empty until the instrument data subscription level is set to dsQuotesAndDOM
After that, on each DOM update, new DOM book asks will be stored here.
If later the subscription level is changed again, the collection's last content will be preserved - collection will not be reset.
Note: Not all of the instruments have DOM support. If such instrument's subscription level is set to dsQuotesAndDOM, its DOMAsks collection will remain empty.
To work with DOM collections, see the example section of InstrumentDOMChanged Event.
To work with quotes, see the example section of the InstrumentChanged event.