Class: Quickfix::UnderlyingComplexEventDateRelativeTo
- Inherits:
-
IntField
- Object
- IntField
- Quickfix::UnderlyingComplexEventDateRelativeTo
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingComplexEventDateRelativeTo
constructor
A new instance of UnderlyingComplexEventDateRelativeTo.
Constructor Details
#initialize(data = nil) ⇒ UnderlyingComplexEventDateRelativeTo
Returns a new instance of UnderlyingComplexEventDateRelativeTo.
52383 52384 52385 52386 52387 52388 52389 |
# File 'lib/quickfix_fields.rb', line 52383 def initialize(data = nil) if( data == nil ) super(41740) else super(41740, data) end end |