Class: Quickfix::UnderlyingComplexEventCreditEventPeriod
- Inherits:
-
IntField
- Object
- IntField
- Quickfix::UnderlyingComplexEventCreditEventPeriod
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingComplexEventCreditEventPeriod
constructor
A new instance of UnderlyingComplexEventCreditEventPeriod.
Constructor Details
#initialize(data = nil) ⇒ UnderlyingComplexEventCreditEventPeriod
Returns a new instance of UnderlyingComplexEventCreditEventPeriod.
52123 52124 52125 52126 52127 52128 52129 |
# File 'lib/quickfix_fields.rb', line 52123 def initialize(data = nil) if( data == nil ) super(41720) else super(41720, data) end end |