Class: Quickfix::LegDividendFloatingRateSpread

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ LegDividendFloatingRateSpread



64811
64812
64813
64814
64815
64816
64817
# File 'lib/quickfix_fields.rb', line 64811

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