Class: Quickfix::BenchmarkCurveCurrency

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

Returns a new instance of BenchmarkCurveCurrency.



65302
65303
65304
65305
65306
65307
65308
# File 'ext/quickfix/QuickfixRuby.cpp', line 65302

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

Class Method Details

.fieldObject



5541
5542
5543
# File 'lib/quickfix_fields.rb', line 5541

def BenchmarkCurveCurrency.field
	return 220
end