Class: Quickfix::NoInstrumentScopeSecurityAltID

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

Returns a new instance of NoInstrumentScopeSecurityAltID.



20702
20703
20704
20705
20706
20707
20708
# File 'lib/quickfix_fields.rb', line 20702

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

Class Method Details

.fieldObject



20699
20700
20701
# File 'lib/quickfix_fields.rb', line 20699

def NoInstrumentScopeSecurityAltID.field
  return 1540
end