Class: Quickfix::LegComplexEventStrikePrice

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) ⇒ LegComplexEventStrikePrice

Returns a new instance of LegComplexEventStrikePrice.



47703
47704
47705
47706
47707
47708
47709
# File 'lib/quickfix_fields.rb', line 47703

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

Class Method Details

.fieldObject



47700
47701
47702
# File 'lib/quickfix_fields.rb', line 47700

def LegComplexEventStrikePrice.field
  return 2239
end