Class: Quickfix::NoMatchInst

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

Returns a new instance of NoMatchInst.



19948
19949
19950
19951
19952
19953
19954
# File 'lib/quickfix_fields.rb', line 19948

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

Class Method Details

.fieldObject



19945
19946
19947
# File 'lib/quickfix_fields.rb', line 19945

def NoMatchInst.field
  return 1624
end