Class: Quickfix::MatchExceptionAllocValue

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

Returns a new instance of MatchExceptionAllocValue.



76745
76746
76747
76748
76749
76750
76751
# File 'lib/quickfix_fields.rb', line 76745

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

Class Method Details

.fieldObject



76742
76743
76744
# File 'lib/quickfix_fields.rb', line 76742

def MatchExceptionAllocValue.field
  return 2776
end