Class: Quickfix::MatchStatus

Inherits:
((swig_class *) SWIGTYPE_p_FIX__CharField->clientdata)->klass
  • Object
show all
Defined in:
lib/quickfix_fields.rb,
ext/quickfix/QuickfixRuby.cpp

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(*args, self) ⇒ MatchStatus

Returns a new instance of MatchStatus.



81448
81449
81450
81451
81452
81453
81454
# File 'ext/quickfix/QuickfixRuby.cpp', line 81448

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

Class Method Details

.fieldObject



7660
7661
7662
# File 'lib/quickfix_fields.rb', line 7660

def MatchStatus.field
	return 573
end