Class: Quickfix::NoLegComplexEventCreditEventSources
- Inherits:
-
IntField
- Object
- IntField
- Quickfix::NoLegComplexEventCreditEventSources
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ NoLegComplexEventCreditEventSources
constructor
A new instance of NoLegComplexEventCreditEventSources.
Constructor Details
#initialize(data = nil) ⇒ NoLegComplexEventCreditEventSources
Returns a new instance of NoLegComplexEventCreditEventSources.
47404 47405 47406 47407 47408 47409 47410 |
# File 'lib/quickfix_fields.rb', line 47404 def initialize(data = nil) if( data == nil ) super(41398) else super(41398, data) end end |