The ITickRetrieval type exposes the following members.

Methods

  NameDescription
GetService
Retrieves the IService instance for this plugin.
IsWatching
Determines if the service is listening for tick data.
SetWatchedSymbols
Sets the list of symbols that will be listening for tick data.
StartWatching
Instructs the service to begin watching for tick data.
StopWatching
Instructs the service to stop watching for tick data.

Properties

  NameDescription
RealTimeDataAvailable
Gets whether or not real time data is available.
TickListener
Sets the listener function called when new tick data arrives.

See Also