Class: Quickfix::LegStrikeIndexSpread

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

Class Method Details

.fieldObject



42968
42969
42970
# File 'lib/quickfix_fields.rb', line 42968

def LegStrikeIndexSpread.field
	return 2185
end