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


Public Member Functions | |
| CheckSumField (int field, int data) | |
| CheckSumField (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 413 of file Field.h.
|
||||||||||||
|
Definition at line 416 of file Field.h.
00417 : FieldBase( field, CheckSumConvertor::convert( data ) ) {} |
|
|
Definition at line 418 of file Field.h.
00419 : FieldBase( field, "" ) {} |
|
|
Get the string representation of the Field (i.e.) 55=MSFT[SOH].
Reimplemented from FIX::FieldBase. Definition at line 423 of file Field.h.
|
|
|
Definition at line 428 of file Field.h.
00429 { return getValue(); }
|
|
|
Definition at line 421 of file Field.h.
00422 { setString( CheckSumConvertor::convert( value ) ); }
|
1.3.6-20040222 written by Dimitri van Heesch,
© 1997-2001