Class: Quickfix::LegComplexEventStrikePrice

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

Instance Method Summary collapse

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