Class: Quickfix::LegPaymentStubIndex2RateMultiplier
- Inherits:
-
DoubleField
- Object
- DoubleField
- Quickfix::LegPaymentStubIndex2RateMultiplier
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegPaymentStubIndex2RateMultiplier
constructor
A new instance of LegPaymentStubIndex2RateMultiplier.
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 |