Class: Quickfix50Sp1::ApplicationMessageRequest::NoApplIDs

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

Instance Method Summary collapse

Constructor Details

#initializeNoApplIDs

Returns a new instance of NoApplIDs.



15495
15496
15497
15498
15499
15500
15501
15502
# File 'lib/quickfix50sp1.rb', line 15495

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