Class: Quickfix::LegPaymentStubIndex2RateMultiplier
- Inherits:
-
DoubleField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- DoubleField
- Quickfix::LegPaymentStubIndex2RateMultiplier
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegPaymentStubIndex2RateMultiplier
constructor
A new instance of LegPaymentStubIndex2RateMultiplier.
Methods inherited from DoubleField
Constructor Details
#initialize(data = nil) ⇒ LegPaymentStubIndex2RateMultiplier
Returns a new instance of LegPaymentStubIndex2RateMultiplier.
33039 33040 33041 33042 33043 33044 33045 |
# File 'lib/quickfix_fields.rb', line 33039 def initialize(data = nil) if( data == nil ) super(40442) else super(40442, data) end end |
Class Method Details
.field ⇒ Object
33036 33037 33038 |
# File 'lib/quickfix_fields.rb', line 33036 def LegPaymentStubIndex2RateMultiplier.field return 40442 end |