![]() |
![]() |
|
Index
Source Files
Annotated Class List
Alphabetical Class List
Class Hierarchy
Graphical Class Hierarchy
|
||
![]() |
![]() |
#include <Field.h>
Inheritance diagram for FIX::IntField:


Public Member Functions | |
| IntField (int field, int data) | |
| IntField (int field) | |
| void | setValue (int value) |
| const int | getValue () const throw ( IncorrectDataFormat ) |
| Get the string representation of the Field (i.e.) 55=MSFT[SOH]. | |
| operator const int () const | |
Definition at line 292 of file Field.h.
|
||||||||||||
|
Definition at line 295 of file Field.h.
00296 : FieldBase( field, IntConvertor::convert( data ) ) {} |
|
|
Definition at line 297 of file Field.h.
00298 : FieldBase( field, "" ) {} |
|
|
Get the string representation of the Field (i.e.) 55=MSFT[SOH].
Reimplemented from FIX::FieldBase. Definition at line 302 of file Field.h.
|
|
|
Definition at line 307 of file Field.h.
00308 { return getValue(); }
|
|
|
Definition at line 300 of file Field.h.
00301 { setString( IntConvertor::convert( value ) ); }
|
1.3.6-20040222 written by Dimitri van Heesch,
© 1997-2001