Class: Quickfix::IOIOthSvc

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

Returns a new instance of IOIOthSvc.



30190
30191
30192
30193
30194
30195
30196
# File 'ext/quickfix/QuickfixRuby.cpp', line 30190

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

Class Method Details

.fieldObject



1043
1044
1045
# File 'lib/quickfix_fields.rb', line 1043

def IOIOthSvc.field
	return 24
end