Class: Quickfix::IOIQty

Inherits:
((swig_class *) SWIGTYPE_p_FIX__StringField->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) ⇒ IOIQty

Returns a new instance of IOIQty.



64714
64715
64716
64717
64718
64719
64720
# File 'ext/quickfix/QuickfixRuby.cpp', line 64714

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

Class Method Details

.fieldObject



5463
5464
5465
# File 'lib/quickfix_fields.rb', line 5463

def IOIQty.field
	return 27
end