Class: Quickfix::UserRequestType

Inherits:
((swig_class *) SWIGTYPE_p_FIX__IntField->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) ⇒ UserRequestType

Returns a new instance of UserRequestType.



116986
116987
116988
116989
116990
116991
116992
# File 'ext/quickfix/QuickfixRuby.cpp', line 116986

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

Class Method Details

.fieldObject



12340
12341
12342
# File 'lib/quickfix_fields.rb', line 12340

def UserRequestType.field
	return 924
end