Class: Quickfix::MatchAttribTagID

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

Returns a new instance of MatchAttribTagID.



19974
19975
19976
19977
19978
19979
19980
# File 'lib/quickfix_fields.rb', line 19974

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

Class Method Details

.fieldObject



19971
19972
19973
# File 'lib/quickfix_fields.rb', line 19971

def MatchAttribTagID.field
  return 1626
end