Class: Quickfix::MaxPriceLevels

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

Returns a new instance of MaxPriceLevels.



132936
132937
132938
132939
132940
132941
132942
# File 'ext/quickfix/QuickfixRuby.cpp', line 132936

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

Class Method Details

.fieldObject



14433
14434
14435
# File 'lib/quickfix_fields.rb', line 14433

def MaxPriceLevels.field
	return 1090
end