Class: Quickfix::UnderlyingPaymentStreamAveragingMethod
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::UnderlyingPaymentStreamAveragingMethod
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingPaymentStreamAveragingMethod
constructor
A new instance of UnderlyingPaymentStreamAveragingMethod.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ UnderlyingPaymentStreamAveragingMethod
Returns a new instance of UnderlyingPaymentStreamAveragingMethod.
35574 35575 35576 35577 35578 35579 35580 |
# File 'lib/quickfix_fields.rb', line 35574 def initialize(data = nil) if( data == nil ) super(40637) else super(40637, data) end end |
Class Method Details
.field ⇒ Object
35571 35572 35573 |
# File 'lib/quickfix_fields.rb', line 35571 def .field return 40637 end |