Class: Quickfix50::Email::NoRoutingIDs

Inherits:
Quickfix::Group
  • Object
show all
Defined in:
lib/quickfix50.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.



1186
1187
1188
1189
1190
1191
1192
# File 'lib/quickfix50.rb', line 1186

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