Class: Quickfix::LegBenchmarkCurvePoint

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ LegBenchmarkCurvePoint

Returns a new instance of LegBenchmarkCurvePoint.



9340
9341
9342
9343
9344
9345
9346
# File 'lib/quickfix_fields.rb', line 9340

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