Class: Quickfix::UnderlyingPaymentStreamCompoundingAveragingMethod
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::UnderlyingPaymentStreamCompoundingAveragingMethod
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingPaymentStreamCompoundingAveragingMethod
constructor
A new instance of UnderlyingPaymentStreamCompoundingAveragingMethod.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ UnderlyingPaymentStreamCompoundingAveragingMethod
Returns a new instance of UnderlyingPaymentStreamCompoundingAveragingMethod.
73144 73145 73146 73147 73148 73149 73150 |
# File 'lib/quickfix_fields.rb', line 73144 def initialize(data = nil) if( data == nil ) super(42939) else super(42939, data) end end |
Class Method Details
.field ⇒ Object
73141 73142 73143 |
# File 'lib/quickfix_fields.rb', line 73141 def .field return 42939 end |