Class: Quickfix::ApplQueueDepth

Inherits:
IntField
  • Object
show all
Defined in:
lib/quickfix_fields.rb

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ ApplQueueDepth

Returns a new instance of ApplQueueDepth.



11056
11057
11058
11059
11060
11061
11062
# File 'lib/quickfix_fields.rb', line 11056

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