Class: Quickfix::PosMaintResult

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

Returns a new instance of PosMaintResult.



9912
9913
9914
9915
9916
9917
9918
# File 'lib/quickfix_fields.rb', line 9912

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

Class Method Details

.fieldObject



9909
9910
9911
# File 'lib/quickfix_fields.rb', line 9909

def PosMaintResult.field
	return 723
end