Class: Quickfix::UnderlyingComplexEventCreditEventDayType
- Inherits:
-
IntField
- Object
- IntField
- Quickfix::UnderlyingComplexEventCreditEventDayType
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingComplexEventCreditEventDayType
constructor
A new instance of UnderlyingComplexEventCreditEventDayType.
Constructor Details
#initialize(data = nil) ⇒ UnderlyingComplexEventCreditEventDayType
Returns a new instance of UnderlyingComplexEventCreditEventDayType.
52149 52150 52151 52152 52153 52154 52155 |
# File 'lib/quickfix_fields.rb', line 52149 def initialize(data = nil) if( data == nil ) super(41722) else super(41722, data) end end |