Class: Quickfix::LegPaymentStubIndexRateMultiplier
- Inherits:
-
DoubleField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- DoubleField
- Quickfix::LegPaymentStubIndexRateMultiplier
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegPaymentStubIndexRateMultiplier
constructor
A new instance of LegPaymentStubIndexRateMultiplier.
Methods inherited from DoubleField
Constructor Details
#initialize(data = nil) ⇒ LegPaymentStubIndexRateMultiplier
Returns a new instance of LegPaymentStubIndexRateMultiplier.
32857 32858 32859 32860 32861 32862 32863 |
# File 'lib/quickfix_fields.rb', line 32857 def initialize(data = nil) if( data == nil ) super(40428) else super(40428, data) end end |
Class Method Details
.field ⇒ Object
32854 32855 32856 |
# File 'lib/quickfix_fields.rb', line 32854 def LegPaymentStubIndexRateMultiplier.field return 40428 end |