Class: Quickfix::NoInstrAttrib

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



11784
11785
11786
11787
11788
11789
11790
# File 'lib/quickfix_fields.rb', line 11784

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

Class Method Details

.fieldObject



11781
11782
11783
# File 'lib/quickfix_fields.rb', line 11781

def NoInstrAttrib.field
  return 870
end