Class: Quickfix50Sp1::ExecutionReport::NoFills::NoNested4PartyIDs::NoNested4PartySubIDs

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

Instance Method Summary collapse

Constructor Details

#initializeNoNested4PartySubIDs

Returns a new instance of NoNested4PartySubIDs.



532
533
534
535
536
537
538
# File 'lib/quickfix50sp1.rb', line 532

def initialize
	order = Quickfix::IntArray.new(3)
	order[0] = 1412
	order[1] = 1411
	order[2] = 0
	super(1413, 1412, order)
end