Class: Quickfix::NoUnderlyingComplexEventAveragingObservations
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::NoUnderlyingComplexEventAveragingObservations
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ NoUnderlyingComplexEventAveragingObservations
constructor
A new instance of NoUnderlyingComplexEventAveragingObservations.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ NoUnderlyingComplexEventAveragingObservations
Returns a new instance of NoUnderlyingComplexEventAveragingObservations.
52032 52033 52034 52035 52036 52037 52038 |
# File 'lib/quickfix_fields.rb', line 52032 def initialize(data = nil) if( data == nil ) super(41713) else super(41713, data) end end |
Class Method Details
.field ⇒ Object
52029 52030 52031 |
# File 'lib/quickfix_fields.rb', line 52029 def .field return 41713 end |