Class: Quickfix::MatchAlgorithm

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) ⇒ MatchAlgorithm

Returns a new instance of MatchAlgorithm.



15255
15256
15257
15258
15259
15260
15261
# File 'lib/quickfix_fields.rb', line 15255

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

Class Method Details

.fieldObject



15252
15253
15254
# File 'lib/quickfix_fields.rb', line 15252

def MatchAlgorithm.field
  return 1142
end