Method: Quickfix50Sp2::Email::NoRoutingIDs#initialize

Defined in:
lib/quickfix50sp2.rb

#initializeNoRoutingIDs

Returns a new instance of NoRoutingIDs.



1585
1586
1587
1588
1589
1590
1591
# File 'lib/quickfix50sp2.rb', line 1585

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