Class: Quickfix::LegBenchmarkCurveName

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ LegBenchmarkCurveName

Returns a new instance of LegBenchmarkCurveName.



9327
9328
9329
9330
9331
9332
9333
# File 'lib/quickfix_fields.rb', line 9327

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