Class: Quickfix::MatchExceptionText

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

Returns a new instance of MatchExceptionText.



76797
76798
76799
76800
76801
76802
76803
# File 'lib/quickfix_fields.rb', line 76797

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

Class Method Details

.fieldObject



76794
76795
76796
# File 'lib/quickfix_fields.rb', line 76794

def MatchExceptionText.field
  return 2780
end