Class: Quickfix::IndividualAllocRejCode

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ IndividualAllocRejCode

Returns a new instance of IndividualAllocRejCode.



19558
19559
19560
19561
19562
19563
19564
# File 'lib/quickfix_fields.rb', line 19558

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

Class Method Details

.fieldObject



19555
19556
19557
# File 'lib/quickfix_fields.rb', line 19555

def IndividualAllocRejCode.field
	return 776
end