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


Public Member Functions | |
| UtcDateField (int field, const UtcDate &data) | |
| UtcDateField (int field) | |
| void | setValue (UtcDate &value) |
| UtcDate | getValue () const throw ( IncorrectDataFormat ) |
| Get the string representation of the Field (i.e.) 55=MSFT[SOH]. | |
| operator UtcDate () const | |
| bool | operator< (const UtcDateField &rhs) const |
| bool | operator== (const UtcDateField &rhs) const |
| bool | operator!= (const UtcDateField &rhs) const |
Definition at line 359 of file Field.h.
|
||||||||||||
|
Definition at line 362 of file Field.h.
00363 : FieldBase( field, UtcDateConvertor::convert( data ) ) {} |
|
|
Definition at line 364 of file Field.h.
|
|
|
Get the string representation of the Field (i.e.) 55=MSFT[SOH].
Reimplemented from FIX::FieldBase. Definition at line 369 of file Field.h. Referenced by operator!=(), operator<(), and operator==().
|
|
|
Definition at line 374 of file Field.h.
00375 { return getValue(); }
|
|
|
Definition at line 381 of file Field.h. References getValue().
00382 { return getValue() != rhs.getValue(); }
|
|
|
Definition at line 377 of file Field.h. References getValue().
00378 { return getValue() < rhs.getValue(); }
|
|
|
Definition at line 379 of file Field.h. References getValue().
00380 { return getValue() == rhs.getValue(); }
|
|
|
Definition at line 367 of file Field.h.
00368 { setString( UtcDateConvertor::convert( value ) ); }
|
1.3.6-20040222 written by Dimitri van Heesch,
© 1997-2001