Class: Quickfix::LegPaymentStreamInterpolationMethod
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::LegPaymentStreamInterpolationMethod
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegPaymentStreamInterpolationMethod
constructor
A new instance of LegPaymentStreamInterpolationMethod.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ LegPaymentStreamInterpolationMethod
Returns a new instance of LegPaymentStreamInterpolationMethod.
65929 65930 65931 65932 65933 65934 65935 |
# File 'lib/quickfix_fields.rb', line 65929 def initialize(data = nil) if( data == nil ) super(42402) else super(42402, data) end end |
Class Method Details
.field ⇒ Object
65926 65927 65928 |
# File 'lib/quickfix_fields.rb', line 65926 def LegPaymentStreamInterpolationMethod.field return 42402 end |