Class: Quickfix::AllocCancReplaceReason

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

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from IntField

#getValue, #setValue

Constructor Details

#initialize(data = nil) ⇒ AllocCancReplaceReason

Returns a new instance of AllocCancReplaceReason.



10848
10849
10850
10851
10852
10853
10854
# File 'lib/quickfix_fields.rb', line 10848

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

Class Method Details

.fieldObject



10845
10846
10847
# File 'lib/quickfix_fields.rb', line 10845

def AllocCancReplaceReason.field
	return 796
end