Class: Quickfix::MakeWholeBenchmarkCurveName

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

Returns a new instance of MakeWholeBenchmarkCurveName.



68373
68374
68375
68376
68377
68378
68379
# File 'lib/quickfix_fields.rb', line 68373

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

Class Method Details

.fieldObject



68370
68371
68372
# File 'lib/quickfix_fields.rb', line 68370

def MakeWholeBenchmarkCurveName.field
	return 42593
end