|
B2BITS FIX Antenna HFT
1.0.17
|
Represents MessageItem interface. More...
#include <B2BITS_MessageItem.h>
Inheritance diagram for FixDictionary2::MessageItem:
Collaboration diagram for FixDictionary2::MessageItem:Public Member Functions | |
| virtual MessageItemT::Ptr | clone () const =0 |
| Make copy of object. More... | |
| std::string const & | condition () const throw () |
| Returns condition of MessageItem. More... | |
| MessageItem () | |
| Constructor. More... | |
| MessageItem (MessageItem const &msgItem) | |
| Copy Constructor. More... | |
| bool | required () const throw () |
| Returns true, if item is required or conditionaly required. More... | |
| void | setCondition (std::string const &condition) |
| Set condition of MessageItem. More... | |
| void | setRequired (bool required) throw () |
| Set true, if item is required or conditionaly required. More... | |
| virtual MessageItemT::Ptr | toMessageItem () |
| Try downcast to MessageItem class. More... | |
| virtual MessageItemT::CPtr | toMessageItem () const |
| Try downcast to MessageItem class. More... | |
| virtual | ~MessageItem () throw () |
| Constructor. More... | |
Public Member Functions inherited from FixDictionary2::Item | |
| virtual ItemName | itemName () const =0 throw () |
| Returns the ItemName of object. More... | |
| virtual BlockT::Ptr | toBlock () |
| Try downcast to Block class. More... | |
| virtual BlockT::CPtr | toBlock () const |
| Try downcast to Block class. More... | |
| virtual BlockRefT::Ptr | toBlockRef () |
| Try downcast to BlockRef class. More... | |
| virtual BlockRefT::CPtr | toBlockRef () const |
| Try downcast to BlockRef class. More... | |
| virtual FieldT::Ptr | toField () |
| Try downcast to Field class. More... | |
| virtual FieldT::CPtr | toField () const |
| Try downcast to Field class. More... | |
| virtual FieldRefT::Ptr | toFieldRef () |
| Try downcast to FieldRef class. More... | |
| virtual FieldRefT::CPtr | toFieldRef () const |
| Try downcast to FieldRef class. More... | |
| virtual FieldTypeT::Ptr | toFieldType () |
| Try downcast to FieldType class. More... | |
| virtual FieldTypeT::CPtr | toFieldType () const |
| Try downcast to FieldType class. More... | |
| virtual MessageT::Ptr | toMessage () |
| Try downcast to Message class. More... | |
| virtual MessageT::CPtr | toMessage () const |
| Try downcast to Message class. More... | |
| virtual ProtocolT::Ptr | toProtocol () |
| Try downcast to Protocol class. More... | |
| virtual ProtocolT::CPtr | toProtocol () const |
| Try downcast to Protocol class. More... | |
| virtual RepeatingGroupT::Ptr | toRepeatingGroup () |
| Try downcast to RepeatingGroup class. More... | |
| virtual RepeatingGroupT::CPtr | toRepeatingGroup () const |
| Try downcast to RepeatingGroup class. More... | |
Public Member Functions inherited from Utils::ReferenceCounter | |
| virtual bool | addRef () const throw () |
| Increments reference counter. More... | |
| long | decrement () const throw () |
| virtual long | getNRef () const throw () |
| Returns the current value of the reference counter. More... | |
| ReferenceCounter () throw () | |
| Constructor. More... | |
| virtual long | release () const throw () |
| Decrements reference counter. More... | |
Additional Inherited Members | |
Public Types inherited from FixDictionary2::Item | |
| enum | ItemName { ITEM_FIELD, ITEM_FIELDTYPE, ITEM_FIELDREF, ITEM_REPEATINGGROUP, ITEM_BLOCK, ITEM_BLOCKREF, ITEM_VALBLOCK, ITEM_MESSAGE, ITEM_PROTOCOL, ITEM_DICTIONARY } |
| Dictionary Item Names. More... | |
Protected Member Functions inherited from Utils::ReferenceCounter | |
| virtual | ~ReferenceCounter () |
| Destructor. More... | |
Protected Attributes inherited from Utils::ReferenceCounter | |
| volatile System::u32 | m_nRef |
| The counter. More... | |
Represents MessageItem interface.
| FixDictionary2::MessageItem::MessageItem | ( | ) |
Constructor.
| FixDictionary2::MessageItem::MessageItem | ( | MessageItem const & | msgItem | ) |
Copy Constructor.
|
virtual | |||||||||||||
Constructor.
| required | flag |
| conditionDestructor |
|
pure virtual |
Make copy of object.
Implements FixDictionary2::Item.
Implemented in FixDictionary2::FieldRef, FixDictionary2::BlockRef, and FixDictionary2::RepeatingGroup.
| std::string const& FixDictionary2::MessageItem::condition | ( | ) | const | |
| throw | ( | |||
| ) | ||||
Returns condition of MessageItem.
| bool FixDictionary2::MessageItem::required | ( | ) | const | |
| throw | ( | |||
| ) | ||||
Returns true, if item is required or conditionaly required.
| void FixDictionary2::MessageItem::setCondition | ( | std::string const & | condition | ) |
Set condition of MessageItem.
| void FixDictionary2::MessageItem::setRequired | ( | bool | required | ) | |
| throw | ( | ||||
| ) | |||||
Set true, if item is required or conditionaly required.
| required | value |
|
virtual |
Try downcast to MessageItem class.
| Utils::Exception | if the conversion fails |
Reimplemented from FixDictionary2::Item.
|
virtual |
Try downcast to MessageItem class.
| Utils::Exception | if the conversion fails |
Reimplemented from FixDictionary2::Item.
1.8.5