Class: Quickfix::NetworkRequestType

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

Returns a new instance of NetworkRequestType.



118064
118065
118066
118067
118068
118069
118070
# File 'ext/quickfix/QuickfixRuby.cpp', line 118064

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

Class Method Details

.fieldObject



12483
12484
12485
# File 'lib/quickfix_fields.rb', line 12483

def NetworkRequestType.field
	return 935
end