Class: Quickfix::UnderlyingPaymentStreamRateSpread

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ UnderlyingPaymentStreamRateSpread



35418
35419
35420
35421
35422
35423
35424
# File 'lib/quickfix_fields.rb', line 35418

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