Class: Quickfix::LegBenchmarkCurveCurrency

Inherits:
((swig_class *) SWIGTYPE_p_FIX__StringField->clientdata)->klass
  • Object
show all
Defined in:
lib/quickfix_fields.rb,
ext/quickfix/QuickfixRuby.cpp

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(*args, self) ⇒ LegBenchmarkCurveCurrency

Returns a new instance of LegBenchmarkCurveCurrency.



92902
92903
92904
92905
92906
92907
92908
# File 'ext/quickfix/QuickfixRuby.cpp', line 92902

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

Class Method Details

.fieldObject



9168
9169
9170
# File 'lib/quickfix_fields.rb', line 9168

def LegBenchmarkCurveCurrency.field
	return 676
end