Class: Quickfix::UnderlyingComplexEventStrikePrice

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ UnderlyingComplexEventStrikePrice

Returns a new instance of UnderlyingComplexEventStrikePrice.



52682
52683
52684
52685
52686
52687
52688
# File 'lib/quickfix_fields.rb', line 52682

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