Class: Quickfix50Sp2::MarketDataIncrementalRefresh::NoRoutingIDs

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

Instance Method Summary collapse

Methods inherited from Quickfix::Group

#addGroup, #delim, #field, #getGroup, #hasGroup, #removeGroup, #replaceGroup

Constructor Details

#initializeNoRoutingIDs

Returns a new instance of NoRoutingIDs.



6888
6889
6890
6891
6892
6893
6894
# File 'lib/quickfix50sp2.rb', line 6888

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