Class: Quickfix50Sp2::ApplicationMessageRequest::NoApplIDs

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

Defined Under Namespace

Classes: NoNestedPartyIDs

Instance Method Summary collapse

Constructor Details

#initializeNoApplIDs

Returns a new instance of NoApplIDs.



16547
16548
16549
16550
16551
16552
16553
16554
16555
16556
# File 'lib/quickfix50sp2.rb', line 16547

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