Class: Quickfix::LegMakeWholeBenchmarkCurveName

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

Returns a new instance of LegMakeWholeBenchmarkCurveName.



65825
65826
65827
65828
65829
65830
65831
# File 'lib/quickfix_fields.rb', line 65825

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

Class Method Details

.fieldObject



65822
65823
65824
# File 'lib/quickfix_fields.rb', line 65822

def LegMakeWholeBenchmarkCurveName.field
	return 42394
end