Class: Quickfix::PosMaintStatus

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ PosMaintStatus

Returns a new instance of PosMaintStatus.



17335
17336
17337
17338
17339
17340
17341
# File 'lib/quickfix_fields.rb', line 17335

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

Class Method Details

.fieldObject



17332
17333
17334
# File 'lib/quickfix_fields.rb', line 17332

def PosMaintStatus.field
	return 722
end