Class: Quickfix::NoComplexEventCreditEventSources
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::NoComplexEventCreditEventSources
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ NoComplexEventCreditEventSources
constructor
A new instance of NoComplexEventCreditEventSources.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ NoComplexEventCreditEventSources
Returns a new instance of NoComplexEventCreditEventSources.
41151 41152 41153 41154 41155 41156 41157 |
# File 'lib/quickfix_fields.rb', line 41151 def initialize(data = nil) if( data == nil ) super(41029) else super(41029, data) end end |
Class Method Details
.field ⇒ Object
41148 41149 41150 |
# File 'lib/quickfix_fields.rb', line 41148 def NoComplexEventCreditEventSources.field return 41029 end |