Class: Quickfix::NoMatchingDataPoints

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

Returns a new instance of NoMatchingDataPoints.



76810
76811
76812
76813
76814
76815
76816
# File 'lib/quickfix_fields.rb', line 76810

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

Class Method Details

.fieldObject



76807
76808
76809
# File 'lib/quickfix_fields.rb', line 76807

def NoMatchingDataPoints.field
  return 2781
end