Class: Quickfix::UnderlyingPaymentStreamInterpolationMethod
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::UnderlyingPaymentStreamInterpolationMethod
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingPaymentStreamInterpolationMethod
constructor
A new instance of UnderlyingPaymentStreamInterpolationMethod.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ UnderlyingPaymentStreamInterpolationMethod
Returns a new instance of UnderlyingPaymentStreamInterpolationMethod.
72611 72612 72613 72614 72615 72616 72617 |
# File 'lib/quickfix_fields.rb', line 72611 def initialize(data = nil) if( data == nil ) super(42898) else super(42898, data) end end |
Class Method Details
.field ⇒ Object
72608 72609 72610 |
# File 'lib/quickfix_fields.rb', line 72608 def .field return 42898 end |