Class: Quickfix::BenchmarkPriceType

Inherits:
((swig_class *) SWIGTYPE_p_FIX__IntField->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) ⇒ BenchmarkPriceType

Returns a new instance of BenchmarkPriceType.



91628
91629
91630
91631
91632
91633
91634
# File 'ext/quickfix/QuickfixRuby.cpp', line 91628

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

Class Method Details

.fieldObject



8999
9000
9001
# File 'lib/quickfix_fields.rb', line 8999

def BenchmarkPriceType.field
	return 663
end