Method: Quickfix::MatchStatus#initialize

Defined in:
lib/quickfix_fields.rb

#initialize(data = nil) ⇒ MatchStatus

Returns a new instance of MatchStatus.



15983
15984
15985
15986
15987
15988
15989
# File 'lib/quickfix_fields.rb', line 15983

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