Class: Quickfix50Sp1::ApplicationMessageRequestAck::NoApplIDs

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

Instance Method Summary collapse

Methods inherited from Quickfix::Group

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

Constructor Details

#initializeNoApplIDs

Returns a new instance of NoApplIDs.



23242
23243
23244
23245
23246
23247
23248
23249
23250
23251
# File 'lib/quickfix50sp1.rb', line 23242

def initialize
	order = Quickfix::IntArray.new(6)
	order[0] = 1355
	order[1] = 1182
	order[2] = 1183
	order[3] = 1357
	order[4] = 1354
	order[5] = 0
	super(1351, 1355, order)
end