Class: Quickfix::NoLegAllocs

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ NoLegAllocs

Returns a new instance of NoLegAllocs.



2255
2256
2257
2258
2259
2260
2261
# File 'lib/quickfix_fields.rb', line 2255

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

Class Method Details

.fieldObject



2252
2253
2254
# File 'lib/quickfix_fields.rb', line 2252

def NoLegAllocs.field
	return 670
end