Class: Quickfix::UnderlyingDividendPeriodStrikePrice

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ UnderlyingDividendPeriodStrikePrice



71987
71988
71989
71990
71991
71992
71993
# File 'lib/quickfix_fields.rb', line 71987

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