Class: Quickfix::MatchType

Inherits:
((swig_class *) SWIGTYPE_p_FIX__StringField->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) ⇒ MatchType

Returns a new instance of MatchType.



81546
81547
81548
81549
81550
81551
81552
# File 'ext/quickfix/QuickfixRuby.cpp', line 81546

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

Class Method Details

.fieldObject



7673
7674
7675
# File 'lib/quickfix_fields.rb', line 7673

def MatchType.field
	return 574
end