Class: Quickfix::NoUnderlyingComplexEventCreditEventQualifiers
- Inherits:
-
IntField
- Object
- IntField
- Quickfix::NoUnderlyingComplexEventCreditEventQualifiers
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ NoUnderlyingComplexEventCreditEventQualifiers
constructor
A new instance of NoUnderlyingComplexEventCreditEventQualifiers.
Constructor Details
#initialize(data = nil) ⇒ NoUnderlyingComplexEventCreditEventQualifiers
Returns a new instance of NoUnderlyingComplexEventCreditEventQualifiers.
52175 52176 52177 52178 52179 52180 52181 |
# File 'lib/quickfix_fields.rb', line 52175 def initialize(data = nil) if( data == nil ) super(41724) else super(41724, data) end end |