Class: Quickfix::IOITransType

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

Returns a new instance of IOITransType.



30582
30583
30584
30585
30586
30587
30588
# File 'ext/quickfix/QuickfixRuby.cpp', line 30582

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

Class Method Details

.fieldObject



1095
1096
1097
# File 'lib/quickfix_fields.rb', line 1095

def IOITransType.field
	return 28
end