Class: Quickfix50Sp1::MarketDataIncrementalRefresh::NoRoutingIDs

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

Instance Method Summary collapse

Constructor Details

#initializeNoRoutingIDs



4256
4257
4258
4259
4260
4261
4262
# File 'lib/quickfix50sp1.rb', line 4256

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