Class: Quickfix::UnderlyingMakeWholeDate
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::UnderlyingMakeWholeDate
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingMakeWholeDate
constructor
A new instance of UnderlyingMakeWholeDate.
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 |