Class: Quickfix::UnderlyingComplexEventDateAdjusted
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::UnderlyingComplexEventDateAdjusted
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingComplexEventDateAdjusted
constructor
A new instance of UnderlyingComplexEventDateAdjusted.
Constructor Details
#initialize(data = nil) ⇒ UnderlyingComplexEventDateAdjusted
Returns a new instance of UnderlyingComplexEventDateAdjusted.
52448 52449 52450 52451 52452 52453 52454 |
# File 'lib/quickfix_fields.rb', line 52448 def initialize(data = nil) if( data == nil ) super(41745) else super(41745, data) end end |