Class: Quickfix::UnderlyingPaymentStubIndex2RateMultiplier

Inherits:
DoubleField
  • Object
show all
Defined in:
lib/quickfix_fields.rb

Instance Method Summary collapse

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