Class: Quickfix50Sp2::Email::NoRoutingIDs

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

Instance Method Summary collapse

Constructor Details

#initializeNoRoutingIDs

Returns a new instance of NoRoutingIDs.



1049
1050
1051
1052
1053
1054
1055
# File 'lib/quickfix50sp2.rb', line 1049

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