Class: Quickfix50::MarketDataIncrementalRefresh::NoRoutingIDs

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

Instance Method Summary collapse

Constructor Details

#initializeNoRoutingIDs

Returns a new instance of NoRoutingIDs.



3771
3772
3773
3774
3775
3776
3777
# File 'lib/quickfix50.rb', line 3771

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