Class: Quickfix::PaymentStubIndexRateMultiplier
- Inherits:
-
DoubleField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- DoubleField
- Quickfix::PaymentStubIndexRateMultiplier
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ PaymentStubIndexRateMultiplier
constructor
A new instance of PaymentStubIndexRateMultiplier.
Methods inherited from DoubleField
Constructor Details
#initialize(data = nil) ⇒ PaymentStubIndexRateMultiplier
Returns a new instance of PaymentStubIndexRateMultiplier.
38759 38760 38761 38762 38763 38764 38765 |
# File 'lib/quickfix_fields.rb', line 38759 def initialize(data = nil) if( data == nil ) super(40882) else super(40882, data) end end |
Class Method Details
.field ⇒ Object
38756 38757 38758 |
# File 'lib/quickfix_fields.rb', line 38756 def PaymentStubIndexRateMultiplier.field return 40882 end |