Class: Quickfix::ApplQueueMax

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ ApplQueueMax

Returns a new instance of ApplQueueMax.



14839
14840
14841
14842
14843
14844
14845
# File 'lib/quickfix_fields.rb', line 14839

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

Class Method Details

.fieldObject



14836
14837
14838
# File 'lib/quickfix_fields.rb', line 14836

def ApplQueueMax.field
  return 812
end