Class: Quickfix::MatchStatus

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#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

Class Method Details

.fieldObject



15980
15981
15982
# File 'lib/quickfix_fields.rb', line 15980

def MatchStatus.field
	return 573
end