Class: Quickfix::IOIQltyInd

Inherits:
((swig_class *) SWIGTYPE_p_FIX__CharField->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) ⇒ IOIQltyInd

Returns a new instance of IOIQltyInd.



30288
30289
30290
30291
30292
30293
30294
# File 'ext/quickfix/QuickfixRuby.cpp', line 30288

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

Class Method Details

.fieldObject



1056
1057
1058
# File 'lib/quickfix_fields.rb', line 1056

def IOIQltyInd.field
	return 25
end