Class: Quickfix::AllocReversalStatus

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) ⇒ AllocReversalStatus

Returns a new instance of AllocReversalStatus.



22574
22575
22576
22577
22578
22579
22580
# File 'lib/quickfix_fields.rb', line 22574

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

Class Method Details

.fieldObject



22571
22572
22573
# File 'lib/quickfix_fields.rb', line 22571

def AllocReversalStatus.field
	return 1738
end