Class: Quickfix::NoLegComplexEventRateSources
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::NoLegComplexEventRateSources
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ NoLegComplexEventRateSources
constructor
A new instance of NoLegComplexEventRateSources.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ NoLegComplexEventRateSources
Returns a new instance of NoLegComplexEventRateSources.
47196 47197 47198 47199 47200 47201 47202 |
# File 'lib/quickfix_fields.rb', line 47196 def initialize(data = nil) if( data == nil ) super(41382) else super(41382, data) end end |
Class Method Details
.field ⇒ Object
47193 47194 47195 |
# File 'lib/quickfix_fields.rb', line 47193 def NoLegComplexEventRateSources.field return 41382 end |