Class: Quickfix::TotNoAllocs

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ TotNoAllocs

Returns a new instance of TotNoAllocs.



9886
9887
9888
9889
9890
9891
9892
# File 'lib/quickfix_fields.rb', line 9886

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

Class Method Details

.fieldObject



9883
9884
9885
# File 'lib/quickfix_fields.rb', line 9883

def TotNoAllocs.field
	return 892
end