Class: Quickfix::NoLegAllocs

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

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ NoLegAllocs

Returns a new instance of NoLegAllocs.



9236
9237
9238
9239
9240
9241
9242
# File 'lib/quickfix_fields.rb', line 9236

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