Class: Quickfix::DisplayLowQty

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

Returns a new instance of DisplayLowQty.



132446
132447
132448
132449
132450
132451
132452
# File 'ext/quickfix/QuickfixRuby.cpp', line 132446

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

Class Method Details

.fieldObject



14368
14369
14370
# File 'lib/quickfix_fields.rb', line 14368

def DisplayLowQty.field
	return 1085
end