Class: Quickfix::NoCapacities

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) ⇒ NoCapacities

Returns a new instance of NoCapacities.



11680
11681
11682
11683
11684
11685
11686
# File 'lib/quickfix_fields.rb', line 11680

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

Class Method Details

.fieldObject



11677
11678
11679
# File 'lib/quickfix_fields.rb', line 11677

def NoCapacities.field
  return 862
end