Class: Quickfix::NoUnderlyingComplexEventPeriods
- Inherits:
-
IntField
- Object
- IntField
- Quickfix::NoUnderlyingComplexEventPeriods
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ NoUnderlyingComplexEventPeriods
constructor
A new instance of NoUnderlyingComplexEventPeriods.
Constructor Details
#initialize(data = nil) ⇒ NoUnderlyingComplexEventPeriods
Returns a new instance of NoUnderlyingComplexEventPeriods.
52240 52241 52242 52243 52244 52245 52246 |
# File 'lib/quickfix_fields.rb', line 52240 def initialize(data = nil) if( data == nil ) super(41729) else super(41729, data) end end |