Class: Quickfix::MatchExceptionElementType

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

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from IntField

#getValue, #setValue

Constructor Details

#initialize(data = nil) ⇒ MatchExceptionElementType

Returns a new instance of MatchExceptionElementType.



76719
76720
76721
76722
76723
76724
76725
# File 'lib/quickfix_fields.rb', line 76719

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

Class Method Details

.fieldObject



76716
76717
76718
# File 'lib/quickfix_fields.rb', line 76716

def MatchExceptionElementType.field
  return 2774
end