Class: Quickfix::NoRelatedInstruments

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

Returns a new instance of NoRelatedInstruments.



20260
20261
20262
20263
20264
20265
20266
# File 'lib/quickfix_fields.rb', line 20260

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

Class Method Details

.fieldObject



20257
20258
20259
# File 'lib/quickfix_fields.rb', line 20257

def NoRelatedInstruments.field
  return 1647
end