Class: Quickfix::LegComplexEventCreditEventDayType
- Inherits:
-
IntField
- Object
- IntField
- Quickfix::LegComplexEventCreditEventDayType
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegComplexEventCreditEventDayType
constructor
A new instance of LegComplexEventCreditEventDayType.
Constructor Details
#initialize(data = nil) ⇒ LegComplexEventCreditEventDayType
Returns a new instance of LegComplexEventCreditEventDayType.
47066 47067 47068 47069 47070 47071 47072 |
# File 'lib/quickfix_fields.rb', line 47066 def initialize(data = nil) if( data == nil ) super(41372) else super(41372, data) end end |