Class: Quickfix::PaymentStreamCompoundingAveragingMethod
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::PaymentStreamCompoundingAveragingMethod
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ PaymentStreamCompoundingAveragingMethod
constructor
A new instance of PaymentStreamCompoundingAveragingMethod.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ PaymentStreamCompoundingAveragingMethod
Returns a new instance of PaymentStreamCompoundingAveragingMethod.
69036 69037 69038 69039 69040 69041 69042 |
# File 'lib/quickfix_fields.rb', line 69036 def initialize(data = nil) if( data == nil ) super(42644) else super(42644, data) end end |
Class Method Details
.field ⇒ Object
69033 69034 69035 |
# File 'lib/quickfix_fields.rb', line 69033 def PaymentStreamCompoundingAveragingMethod.field return 42644 end |