Class: Quickfix::LegPaymentStubIndex2CapRate

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ LegPaymentStubIndex2CapRate

Returns a new instance of LegPaymentStubIndex2CapRate.



33091
33092
33093
33094
33095
33096
33097
# File 'lib/quickfix_fields.rb', line 33091

def initialize(data = nil)
  if( data == nil )
    super(40446)
  else
    super(40446, data)
  end
end