Class: Quickfix::MatchType

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

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from StringField

#<, #<=, #==, #>, #>=, #getValue, #setValue

Constructor Details

#initialize(data = nil) ⇒ MatchType

Returns a new instance of MatchType.



7819
7820
7821
7822
7823
7824
7825
# File 'lib/quickfix_fields.rb', line 7819

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

Class Method Details

.fieldObject



7816
7817
7818
# File 'lib/quickfix_fields.rb', line 7816

def MatchType.field
	return 574
end