Class: Dtn::Streaming::Requests::Quote::Watches
- Inherits:
-
Dtn::Streaming::Request
- Object
- Dtn::Streaming::Request
- Dtn::Streaming::Requests::Quote::Watches
- Defined in:
- lib/dtn/streaming/requests/quote/watches.rb
Overview
Request a current watches message.
IQFeed.exe will send you a list of all securities currently watched
process_watched_symbols is called in each listener when the list of current watches message is received.
Instance Method Summary collapse
Methods inherited from Dtn::Streaming::Request
Constructor Details
This class inherits a constructor from Dtn::Streaming::Request
Instance Method Details
#call ⇒ Object
14 15 16 |
# File 'lib/dtn/streaming/requests/quote/watches.rb', line 14 def call socket.puts "S,REQUEST WATCHES\r\n" end |