Class: Dtn::Streaming::Clients::Admin

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

See www.iqfeed.net/dev/api/docs/AdminviaTCPIP.cfm

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

#name, #quote_update_fields

Attributes included from Dtn::Streaming::Client::Status

#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