Class: Quickfix::DisplayHighQty

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

Returns a new instance of DisplayHighQty.



132544
132545
132546
132547
132548
132549
132550
# File 'ext/quickfix/QuickfixRuby.cpp', line 132544

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

Class Method Details

.fieldObject



14381
14382
14383
# File 'lib/quickfix_fields.rb', line 14381

def DisplayHighQty.field
	return 1086
end