Class: Quickfix::IndividualAllocType

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ IndividualAllocType

Returns a new instance of IndividualAllocType.



14332
14333
14334
14335
14336
14337
14338
# File 'lib/quickfix_fields.rb', line 14332

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

Class Method Details

.fieldObject



14329
14330
14331
# File 'lib/quickfix_fields.rb', line 14329

def IndividualAllocType.field
	return 992
end