Class: Quickfix::MatchExceptionElementName

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

Returns a new instance of MatchExceptionElementName.



76732
76733
76734
76735
76736
76737
76738
# File 'lib/quickfix_fields.rb', line 76732

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

Class Method Details

.fieldObject



76729
76730
76731
# File 'lib/quickfix_fields.rb', line 76729

def MatchExceptionElementName.field
  return 2775
end