Class: Quickfix::UnderlyingComplexEventStrikePrice

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

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from DoubleField

#getValue, #setValue

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

Class Method Details

.fieldObject



52679
52680
52681
# File 'lib/quickfix_fields.rb', line 52679

def UnderlyingComplexEventStrikePrice.field
  return 2274
end