|
Apama Capital Markets Foundation
9.12.0.0
|
#include <MDM_MarketDataInterface.h>
Public Member Functions | |
| SchemaItem (const std::string ¶mName, const std::string &type, const std::string &value, const std::string &description) | |
Public Member Functions inherited from SchemaItemValue | |
| SchemaItemValue (const std::string ¶mName, const std::string &value) | |
| bool | operator== (const SchemaItemValue &rhs) const |
Public Attributes | |
| std::string | type_ |
| std::string | description_ |
Public Attributes inherited from SchemaItemValue | |
| std::string | paramName_ |
| std::string | value_ |
Schema Item - Extra Params and News
|
inline |
Constructor
| paramName | The name/key of this schema item |
| type | The Apama variable type of this schema item (boolean, integer, dictionary, sequence, etc...) |
| value | The value of this schema item |
| description | The description of this schema item |
| std::string SchemaItem::description_ |
The description of this schema item
| std::string SchemaItem::type_ |
The Apama variable type of this schema item (boolean, integer, dictionary, sequence, etc...)