Class: Quickfix::OfferSpread

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ OfferSpread



61938
61939
61940
61941
61942
61943
61944
# File 'lib/quickfix_fields.rb', line 61938

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