Class: Quickfix::PosMaintResult

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ PosMaintResult

Returns a new instance of PosMaintResult.



4998
4999
5000
5001
5002
5003
5004
# File 'lib/quickfix_fields.rb', line 4998

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

Class Method Details

.fieldObject



4995
4996
4997
# File 'lib/quickfix_fields.rb', line 4995

def PosMaintResult.field
  return 723
end