Class: Quickfix::NoComplexEventRateSources
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::NoComplexEventRateSources
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ NoComplexEventRateSources
constructor
A new instance of NoComplexEventRateSources.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ NoComplexEventRateSources
Returns a new instance of NoComplexEventRateSources.
40943 40944 40945 40946 40947 40948 40949 |
# File 'lib/quickfix_fields.rb', line 40943 def initialize(data = nil) if( data == nil ) super(41013) else super(41013, data) end end |
Class Method Details
.field ⇒ Object
40940 40941 40942 |
# File 'lib/quickfix_fields.rb', line 40940 def NoComplexEventRateSources.field return 41013 end |