Class: Quickfix::LegStrikeIndexCurvePoint

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

Instance Method Summary collapse

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