Class: Quickfix::NoUnderlyingComplexEventCreditEventSources
- Inherits:
-
IntField
- Object
- IntField
- Quickfix::NoUnderlyingComplexEventCreditEventSources
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ NoUnderlyingComplexEventCreditEventSources
constructor
A new instance of NoUnderlyingComplexEventCreditEventSources.
Constructor Details
#initialize(data = nil) ⇒ NoUnderlyingComplexEventCreditEventSources
Returns a new instance of NoUnderlyingComplexEventCreditEventSources.
52487 52488 52489 52490 52491 52492 52493 |
# File 'lib/quickfix_fields.rb', line 52487 def initialize(data = nil) if( data == nil ) super(41748) else super(41748, data) end end |