Class: Quickfix::NoUnderlyingComplexEventCreditEventSources
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::NoUnderlyingComplexEventCreditEventSources
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ NoUnderlyingComplexEventCreditEventSources
constructor
A new instance of NoUnderlyingComplexEventCreditEventSources.
Methods inherited from IntField
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 |
Class Method Details
.field ⇒ Object
52484 52485 52486 |
# File 'lib/quickfix_fields.rb', line 52484 def NoUnderlyingComplexEventCreditEventSources.field return 41748 end |