Class: Quickfix::ApplQueueDepth

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

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from IntField

#getValue, #setValue

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

Class Method Details

.fieldObject



11053
11054
11055
# File 'lib/quickfix_fields.rb', line 11053

def ApplQueueDepth.field
  return 813
end