Class: Quickfix::LegStrikeIndexSpread

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ LegStrikeIndexSpread

Returns a new instance of LegStrikeIndexSpread.



42971
42972
42973
42974
42975
42976
42977
# File 'lib/quickfix_fields.rb', line 42971

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