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


Public Member Functions | |
| BoolField (int field, bool data) | |
| BoolField (int field) | |
| void | setValue (bool value) |
| const bool | getValue () const throw ( IncorrectDataFormat ) |
| Get the string representation of the Field (i.e.) 55=MSFT[SOH]. | |
| operator const bool () const | |
Definition at line 312 of file Field.h.
|
||||||||||||
|
Definition at line 315 of file Field.h.
00316 : FieldBase( field, BoolConvertor::convert( data ) ) {} |
|
|
Definition at line 317 of file Field.h.
00318 : FieldBase( field, "" ) {} |
|
|
Get the string representation of the Field (i.e.) 55=MSFT[SOH].
Reimplemented from FIX::FieldBase. Definition at line 322 of file Field.h.
|
|
|
Definition at line 327 of file Field.h.
00328 { return getValue(); }
|
|
|
Definition at line 320 of file Field.h.
00321 { setString( BoolConvertor::convert( value ) ); }
|
1.3.6-20040222 written by Dimitri van Heesch,
© 1997-2001