Class: Quickfix::LegAllocID

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ LegAllocID

Returns a new instance of LegAllocID.



5947
5948
5949
5950
5951
5952
5953
# File 'lib/quickfix_fields.rb', line 5947

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

Class Method Details

.fieldObject



5944
5945
5946
# File 'lib/quickfix_fields.rb', line 5944

def LegAllocID.field
	return 1366
end