Class: Quickfix::LegMakeWholeBenchmarkCurvePoint

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

Returns a new instance of LegMakeWholeBenchmarkCurvePoint.



65838
65839
65840
65841
65842
65843
65844
# File 'lib/quickfix_fields.rb', line 65838

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

Class Method Details

.fieldObject



65835
65836
65837
# File 'lib/quickfix_fields.rb', line 65835

def LegMakeWholeBenchmarkCurvePoint.field
	return 42395
end