Class: Quickfix::PaymentStubIndex2RateMultiplier
- Inherits:
-
DoubleField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- DoubleField
- Quickfix::PaymentStubIndex2RateMultiplier
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ PaymentStubIndex2RateMultiplier
constructor
A new instance of PaymentStubIndex2RateMultiplier.
Methods inherited from DoubleField
Constructor Details
#initialize(data = nil) ⇒ PaymentStubIndex2RateMultiplier
Returns a new instance of PaymentStubIndex2RateMultiplier.
38941 38942 38943 38944 38945 38946 38947 |
# File 'lib/quickfix_fields.rb', line 38941 def initialize(data = nil) if( data == nil ) super(40896) else super(40896, data) end end |
Class Method Details
.field ⇒ Object
38938 38939 38940 |
# File 'lib/quickfix_fields.rb', line 38938 def PaymentStubIndex2RateMultiplier.field return 40896 end |