Class: Quickfix::LegPaymentStubIndexRateSpread

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ LegPaymentStubIndexRateSpread

Returns a new instance of LegPaymentStubIndexRateSpread.



32870
32871
32872
32873
32874
32875
32876
# File 'lib/quickfix_fields.rb', line 32870

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