Class: Quickfix::UnderlyingPaymentStubIndex2RateMultiplier
- Inherits:
-
DoubleField
- Object
- DoubleField
- Quickfix::UnderlyingPaymentStubIndex2RateMultiplier
- Defined in:
- lib/quickfix_fields.rb
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingPaymentStubIndex2RateMultiplier
constructor
A new instance of UnderlyingPaymentStubIndex2RateMultiplier.
Constructor Details
#initialize(data = nil) ⇒ UnderlyingPaymentStubIndex2RateMultiplier
Returns a new instance of UnderlyingPaymentStubIndex2RateMultiplier.
36809 36810 36811 36812 36813 36814 36815 |
# File 'lib/quickfix_fields.rb', line 36809 def initialize(data = nil) if( data == nil ) super(40732) else super(40732, data) end end |