Class: Dtn::Streaming::Requests::Admin::RemoveClientApp

Inherits:
Dtn::Streaming::Request show all
Defined in:
lib/dtn/streaming/requests/admin/remove_client_app.rb

Overview

Unregister your application with IQFeed.

:param product: Developer/Product token from DTN.

Unregister your developer token. Apps from other developers may still be talking to IQFeed. This tells IQFeed that any further calls are from them and not you.

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

#call(product:) ⇒ Object



15
16
17
# File 'lib/dtn/streaming/requests/admin/remove_client_app.rb', line 15

def call(product:)
  socket.puts "S,REMOVE CLIENT APP,#{product}\r\n"
end