Class: Quickfix::MakeWholeBenchmarkCurvePoint

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

Returns a new instance of MakeWholeBenchmarkCurvePoint.



68386
68387
68388
68389
68390
68391
68392
# File 'lib/quickfix_fields.rb', line 68386

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

Class Method Details

.fieldObject



68383
68384
68385
# File 'lib/quickfix_fields.rb', line 68383

def MakeWholeBenchmarkCurvePoint.field
	return 42594
end