Class: Quickfix::LegStrikeIndexCurvePoint

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

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from StringField

#<, #<=, #==, #>, #>=, #getValue, #setValue

Constructor Details

#initialize(data = nil) ⇒ LegStrikeIndexCurvePoint

Returns a new instance of LegStrikeIndexCurvePoint.



64499
64500
64501
64502
64503
64504
64505
# File 'lib/quickfix_fields.rb', line 64499

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

Class Method Details

.fieldObject



64496
64497
64498
# File 'lib/quickfix_fields.rb', line 64496

def LegStrikeIndexCurvePoint.field
	return 2604
end