Class: Quickfix::UnderlyingStrikeIndexSpread

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ UnderlyingStrikeIndexSpread

Returns a new instance of UnderlyingStrikeIndexSpread.



54346
54347
54348
54349
54350
54351
54352
# File 'lib/quickfix_fields.rb', line 54346

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