Class: Quickfix::PosMaintStatus

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

Returns a new instance of PosMaintStatus.



9899
9900
9901
9902
9903
9904
9905
# File 'lib/quickfix_fields.rb', line 9899

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

Class Method Details

.fieldObject



9896
9897
9898
# File 'lib/quickfix_fields.rb', line 9896

def PosMaintStatus.field
	return 722
end