Class: Quickfix::PaymentStreamInterpolationMethod
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::PaymentStreamInterpolationMethod
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ PaymentStreamInterpolationMethod
constructor
A new instance of PaymentStreamInterpolationMethod.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ PaymentStreamInterpolationMethod
Returns a new instance of PaymentStreamInterpolationMethod.
68503 68504 68505 68506 68507 68508 68509 |
# File 'lib/quickfix_fields.rb', line 68503 def initialize(data = nil) if( data == nil ) super(42603) else super(42603, data) end end |
Class Method Details
.field ⇒ Object
68500 68501 68502 |
# File 'lib/quickfix_fields.rb', line 68500 def PaymentStreamInterpolationMethod.field return 42603 end |