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


Public Member Functions | |
| CharField (int field, char data) | |
| CharField (int field) | |
| void | setValue (char value) |
| const char | getValue () const throw ( IncorrectDataFormat ) |
| Get the string representation of the Field (i.e.) 55=MSFT[SOH]. | |
| operator const char () const | |
Definition at line 252 of file Field.h.
|
||||||||||||
|
Definition at line 255 of file Field.h.
00256 : FieldBase( field, CharConvertor::convert( data ) ) {} |
|
|
Definition at line 257 of file Field.h.
00258 : FieldBase( field, "" ) {} |
|
|
Get the string representation of the Field (i.e.) 55=MSFT[SOH].
Reimplemented from FIX::FieldBase. Definition at line 262 of file Field.h.
|
|
|
Definition at line 267 of file Field.h.
00268 { return getValue(); }
|
|
|
Definition at line 260 of file Field.h.
00261 { setString( CharConvertor::convert( value ) ); }
|
1.3.6-20040222 written by Dimitri van Heesch,
© 1997-2001