Class: Quickfix::UnderlyingComplexEventDateOffsetUnit
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::UnderlyingComplexEventDateOffsetUnit
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingComplexEventDateOffsetUnit
constructor
A new instance of UnderlyingComplexEventDateOffsetUnit.
Constructor Details
#initialize(data = nil) ⇒ UnderlyingComplexEventDateOffsetUnit
Returns a new instance of UnderlyingComplexEventDateOffsetUnit.
52409 52410 52411 52412 52413 52414 52415 |
# File 'lib/quickfix_fields.rb', line 52409 def initialize(data = nil) if( data == nil ) super(41742) else super(41742, data) end end |