Class: Dtn::Streaming::Clients::Admin
- Inherits:
-
Dtn::Streaming::Client
- Object
- Dtn::Streaming::Client
- Dtn::Streaming::Clients::Admin
- Defined in:
- lib/dtn/streaming/clients/admin.rb
Overview
Provides a connection to IQFeed’s Administrative socket.
Is used to find out the health of the feed, figure out the status of each connection made to IQFeed, and also set various parameters to the feed.
Constant Summary collapse
- PORT =
9300
- SUPPORTED_MESSAGES =
COMMON_SUPPORTED_MESSAGES
Constants inherited from Dtn::Streaming::Client
Dtn::Streaming::Client::CLIENT_TERMINATION_SIGNALS, Dtn::Streaming::Client::COMMON_SUPPORTED_MESSAGES, Dtn::Streaming::Client::PROTOCOL_VERSION
Constants included from Dtn::Streaming::Client::Status
Dtn::Streaming::Client::Status::STATUSES
Instance Attribute Summary
Attributes inherited from Dtn::Streaming::Client
Attributes included from Dtn::Streaming::Client::Status
Method Summary
Methods inherited from Dtn::Streaming::Client
#engine, #initialize, #observers, #request, #socket, #to_s
Constructor Details
This class inherits a constructor from Dtn::Streaming::Client