Class: Quickfix::ApplQueueDepth

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

Returns a new instance of ApplQueueDepth.



106206
106207
106208
106209
106210
106211
106212
# File 'ext/quickfix/QuickfixRuby.cpp', line 106206

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

Class Method Details

.fieldObject



10910
10911
10912
# File 'lib/quickfix_fields.rb', line 10910

def ApplQueueDepth.field
	return 813
end