|
FieldT::Ptr | clone () const |
| Make copy of object.
|
|
std::string const & | description () const throw () |
| Returns description of the field.
|
|
| Field (Field const &field) |
| Copy Constructor.
|
|
| Field (std::string const &typeName, int tag, std::string const &name, std::string const &fixmlName) |
| Constructor.
|
|
std::string const & | fixmlName () const throw () |
| Returns fixmlName of Field.
|
|
void | fixmlName (std::string const &fixmlName) |
| Assigns FIXML field name.
|
|
std::string const & | getDescription () const throw () |
| Returns description of the field.
|
|
std::string const & | getFixmlName () const throw () |
| Returns fixmlName of Field.
|
|
bool | getIsTransport () const throw () |
| Returns true if field is part of transport protocol.
|
|
int | getLenField () const throw () |
| Returns tag of the associated length field.
|
|
std::string const & | getName () const throw () |
| Returns name of Field.
|
|
int | getTag () const throw () |
| Returns tag of Field.
|
|
std::string const & | getTypeName () const throw () |
| Returns type of Field.
|
|
ValBlockT::CPtr | getValBlock () const throw () |
| Returns list of valid values.
|
|
std::string const & | getValBlockRef () const throw () |
| Returns name of the external ValBlock.
|
|
bool | isTransport () const throw () |
| Returns true if field is part of transport protocol.
|
|
virtual ItemName | itemName () const throw () |
| Returns the ItemName of object.
|
|
int | lenField () const throw () |
| Returns tag of the associated length field.
|
|
void | lenField (int tag) throw () |
| Assigns tag of the associated length field.
|
|
std::string const & | name () const throw () |
| Returns name of Field.
|
|
void | setDescription (std::string const &value) |
| Assigns description of the field.
|
|
void | setFixmlName (std::string const &fixmlName) |
| Assigns FIXML field name.
|
|
void | setIsTransport (bool value) |
| Assigns description of the field.
|
|
void | setLenField (int tag) throw () |
| Assigns tag of the associated length field.
|
|
void | setName (std::string const &name) |
| Assigns field name.
|
|
void | setTag (int tag) throw () |
| Assigns field tag.
|
|
void | setTypeName (std::string const &typeName) |
| Assigns field type.
|
|
void | setValBlock (ValBlockT::Ptr valBlockPtr) throw () |
| Assigns list of valid values.
|
|
void | setValBlockRef (std::string const &blockId) |
| Assigns reference to the external named ValBlock.
|
|
int | tag () const throw () |
| Returns tag of Field.
|
|
virtual FieldT::Ptr | toField () |
| Try downcast to Field class.
|
|
virtual FieldT::CPtr | toField () const |
| Try downcast to Field class.
|
|
std::string const & | typeName () const throw () |
| Returns type of Field.
|
|
ItemName | getItemName () const throw () |
| Returns the ItemName of object.
|
|
| Item () |
| Default constructor.
|
|
| Item (Item const &obj) |
| Copy constructor.
|
|
Item & | operator= (Item const &obj) |
| Assign operator.
|
|
virtual BlockT::Ptr | toBlock () |
| Try downcast to Block class.
|
|
virtual BlockT::CPtr | toBlock () const |
| Try downcast to Block class.
|
|
virtual BlockRefT::Ptr | toBlockRef () |
| Try downcast to BlockRef class.
|
|
virtual BlockRefT::CPtr | toBlockRef () const |
| Try downcast to BlockRef class.
|
|
virtual FieldRefT::Ptr | toFieldRef () |
| Try downcast to FieldRef class.
|
|
virtual FieldRefT::CPtr | toFieldRef () const |
| Try downcast to FieldRef class.
|
|
virtual FieldTypeT::Ptr | toFieldType () |
| Try downcast to FieldType class.
|
|
virtual FieldTypeT::CPtr | toFieldType () const |
| Try downcast to FieldType class.
|
|
virtual MessageT::Ptr | toMessage () |
| Try downcast to Message class.
|
|
virtual MessageT::CPtr | toMessage () const |
| Try downcast to Message class.
|
|
virtual MessageItemT::Ptr | toMessageItem () |
| Try downcast to MessageItem class.
|
|
virtual MessageItemT::CPtr | toMessageItem () const |
| Try downcast to MessageItem class.
|
|
virtual ProtocolT::Ptr | toProtocol () |
| Try downcast to Protocol class.
|
|
virtual ProtocolT::CPtr | toProtocol () const |
| Try downcast to Protocol class.
|
|
virtual RepeatingGroupT::Ptr | toRepeatingGroup () |
| Try downcast to RepeatingGroup class.
|
|
virtual RepeatingGroupT::CPtr | toRepeatingGroup () const |
| Try downcast to RepeatingGroup class.
|
|
virtual bool | addRef () const throw () |
| Increments reference counter.
|
|
virtual long | getNRef () const throw () |
| Returns the current value of the reference counter.
|
|
| ReferenceCounter () throw () |
| Constructor.
|
|
virtual long | release () const throw () |
| Decrements reference counter.
|
|