Class: Quickfix::BenchmarkPrice

Inherits:
((swig_class *) SWIGTYPE_p_FIX__DoubleField->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) ⇒ BenchmarkPrice

Returns a new instance of BenchmarkPrice.



91530
91531
91532
91533
91534
91535
91536
# File 'ext/quickfix/QuickfixRuby.cpp', line 91530

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

Class Method Details

.fieldObject



8986
8987
8988
# File 'lib/quickfix_fields.rb', line 8986

def BenchmarkPrice.field
	return 662
end