Class: Quickfix::ApplQueueMax

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ ApplQueueMax

Returns a new instance of ApplQueueMax.



11043
11044
11045
11046
11047
11048
11049
# File 'lib/quickfix_fields.rb', line 11043

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