Class: Quickfix::UnderlyingMakeWholeDate
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::UnderlyingMakeWholeDate
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingMakeWholeDate
constructor
A new instance of UnderlyingMakeWholeDate.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ UnderlyingMakeWholeDate
Returns a new instance of UnderlyingMakeWholeDate.
72481 72482 72483 72484 72485 72486 72487 |
# File 'lib/quickfix_fields.rb', line 72481 def initialize(data = nil) if( data == nil ) super(42888) else super(42888, data) end end |
Class Method Details
.field ⇒ Object
72478 72479 72480 |
# File 'lib/quickfix_fields.rb', line 72478 def .field return 42888 end |