Class: Dtn::Streaming::Requests::Quote::Watches

Inherits:
Dtn::Streaming::Request show all
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

#initialize

Constructor Details

This class inherits a constructor from Dtn::Streaming::Request

Instance Method Details

#callObject



14
15
16
# File 'lib/dtn/streaming/requests/quote/watches.rb', line 14

def call
  socket.puts "S,REQUEST WATCHES\r\n"
end