Class: Quickfix::NoRelatedInstruments

Inherits:
IntField
  • Object
show all
Defined in:
lib/quickfix_fields.rb

Instance Method Summary collapse

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