Class: Quickfix::MatchAlgorithm

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ MatchAlgorithm

Returns a new instance of MatchAlgorithm.



14540
14541
14542
14543
14544
14545
14546
# File 'lib/quickfix_fields.rb', line 14540

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

Class Method Details

.fieldObject



14537
14538
14539
# File 'lib/quickfix_fields.rb', line 14537

def MatchAlgorithm.field
  return 1142
end