Public Types | |
typedef std::vector< MdiFeedDescriptor > | Collection |
Collection. | |
Public Attributes | |
std::string | name |
MDI feed unique name. | |
SecurityIds | securityIdFilters |
Contains ids of securities which will be processed by feed, if empty all securities will be processed. | |
Public Attributes inherited from FeedDescriptor | |
ServiceDescriptor | serviceA |
Service A. | |
ServiceDescriptor | serviceB |
Service B. | |
Additional Inherited Members | |
Public Member Functions inherited from FeedDescriptor | |
FeedDescriptor (const std::string &aA, unsigned pA, const std::string &aB, unsigned pB) | |
bool | operator== (const FeedDescriptor &other) const |
Compares with another instance. | |
bool | operator!= (const FeedDescriptor &other) const |
Compares with another instance. | |