Class: Quickfix::PosMaintResult

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

Instance Method Summary collapse

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