Class: Quickfix::ApplQueueDepth

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ ApplQueueDepth

Returns a new instance of ApplQueueDepth.



17543
17544
17545
17546
17547
17548
17549
# File 'lib/quickfix_fields.rb', line 17543

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

Class Method Details

.fieldObject



17540
17541
17542
# File 'lib/quickfix_fields.rb', line 17540

def ApplQueueDepth.field
	return 813
end