Class: Quickfix::UnderlyingComplexEventFixingTime
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::UnderlyingComplexEventFixingTime
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingComplexEventFixingTime
constructor
A new instance of UnderlyingComplexEventFixingTime.
Constructor Details
#initialize(data = nil) ⇒ UnderlyingComplexEventFixingTime
Returns a new instance of UnderlyingComplexEventFixingTime.
52461 52462 52463 52464 52465 52466 52467 |
# File 'lib/quickfix_fields.rb', line 52461 def initialize(data = nil) if( data == nil ) super(41746) else super(41746, data) end end |