Class: Quickfix::NoInstrumentScopes

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

Returns a new instance of NoInstrumentScopes.



21196
21197
21198
21199
21200
21201
21202
# File 'lib/quickfix_fields.rb', line 21196

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

Class Method Details

.fieldObject



21193
21194
21195
# File 'lib/quickfix_fields.rb', line 21193

def NoInstrumentScopes.field
  return 1656
end