Class: Quickfix44::News::NoRoutingIDs

Inherits:
Quickfix::Group
  • Object
show all
Defined in:
lib/quickfix44.rb

Instance Method Summary collapse

Constructor Details

#initializeNoRoutingIDs

Returns a new instance of NoRoutingIDs.



562
563
564
565
566
567
568
# File 'lib/quickfix44.rb', line 562

def initialize
  order = Quickfix::IntArray.new(3)
  order[0] = 216
  order[1] = 217
  order[2] = 0
  super(215, 216, order)
end