Class: Quickfix::TotNoAllocs

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

Returns a new instance of TotNoAllocs.



12070
12071
12072
12073
12074
12075
12076
# File 'lib/quickfix_fields.rb', line 12070

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

Class Method Details

.fieldObject



12067
12068
12069
# File 'lib/quickfix_fields.rb', line 12067

def TotNoAllocs.field
  return 892
end