Class: Quickfix::PositionCapacity

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

Returns a new instance of PositionCapacity.



24030
24031
24032
24033
24034
24035
24036
# File 'lib/quickfix_fields.rb', line 24030

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

Class Method Details

.fieldObject



24027
24028
24029
# File 'lib/quickfix_fields.rb', line 24027

def PositionCapacity.field
  return 1834
end