Class: Quickfix50Sp1::ApplicationMessageRequest::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.



23224
23225
23226
23227
23228
23229
23230
23231
# File 'lib/quickfix50sp1.rb', line 23224

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