Broadcast C++ Toolkit
 All Classes Functions Variables Typedefs Enumerations Enumerator Pages
FactSet::Datafeed::FEConsumerOptions Class Reference

Public Types

enum  Mode { SERVER, REPLAY }
 

Public Member Functions

 FEConsumerOptions (const FEConsumerOptions &other)
 
FEConsumerOptionsoperator= (const FEConsumerOptions &other)
 
FEConsumerOptionsset_worker_count (int value)
 
FEConsumerOptionsset_enable_compression (bool value)
 
FEConsumerOptionsset_high_watermark (int value)
 
FEConsumerOptionsset_data_channel_heartbeat_interval (int value)
 
FEConsumerOptionsset_data_channel_heartbeat_timeout (int value)
 
FEConsumerOptionsset_data_channel_heartbeat_ttl (int value)
 
FEConsumerOptionsset_mode (Mode mode, std::string host="")
 
bool get_worker_count (int &value_out) const
 
bool get_enable_compression (bool &value_out) const
 
bool get_high_watermark (int &value_out) const
 
bool get_data_channel_heartbeat_interval (int &value_out) const
 
bool get_data_channel_heartbeat_timeout (int &value_out) const
 
bool get_data_channel_heartbeat_ttl (int &value_out) const
 
bool get_mode (Mode &value_out) const
 
bool get_replay_host (std::string &value_out) const
 

Friends

struct FEConsumerOptionsImpl
 

The documentation for this class was generated from the following file: