Loading...
Searching...
No Matches
ATAS.Indicators.IOptionQuoteSubscription Interface Reference

A live subscription to one option's quotes. Dispose to unsubscribe. More...

Inheritance diagram for ATAS.Indicators.IOptionQuoteSubscription:
[legend]
Collaboration diagram for ATAS.Indicators.IOptionQuoteSubscription:
[legend]

Properties

Security Option [get]
 The subscribed option security (strike, right and expiration are on the security).
 
SecuritySummarySummary [get]
 The latest received summary (best bid/ask, last, open interest, day volume); null until the first update arrives.
 

Events

Action< IOptionQuoteSubscription >? Changed
 Raised on a data-processing thread whenever Summary changes.
 

Detailed Description

A live subscription to one option's quotes. Dispose to unsubscribe.

Property Documentation

◆ Option

Security ATAS.Indicators.IOptionQuoteSubscription.Option
get

The subscribed option security (strike, right and expiration are on the security).

◆ Summary

SecuritySummary? ATAS.Indicators.IOptionQuoteSubscription.Summary
get

The latest received summary (best bid/ask, last, open interest, day volume); null until the first update arrives.

Event Documentation

◆ Changed

Action<IOptionQuoteSubscription>? ATAS.Indicators.IOptionQuoteSubscription.Changed

Raised on a data-processing thread whenever Summary changes.


The documentation for this interface was generated from the following file: