Class: Quickfix::MatchStatus

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

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from CharField

#getValue, #setValue

Constructor Details

#initialize(data = nil) ⇒ MatchStatus

Returns a new instance of MatchStatus.



7806
7807
7808
7809
7810
7811
7812
# File 'lib/quickfix_fields.rb', line 7806

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

Class Method Details

.fieldObject



7803
7804
7805
# File 'lib/quickfix_fields.rb', line 7803

def MatchStatus.field
  return 573
end