Class: Quickfix50::AllocationReport::NoOrders::NoNested2PartyIDs

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

Defined Under Namespace

Classes: NoNested2PartySubIDs

Instance Method Summary collapse

Constructor Details

#initializeNoNested2PartyIDs

Returns a new instance of NoNested2PartyIDs.



10624
10625
10626
10627
10628
10629
10630
10631
10632
# File 'lib/quickfix50.rb', line 10624

def initialize
	order = Quickfix::IntArray.new(5)
	order[0] = 757
	order[1] = 758
	order[2] = 759
	order[3] = 806
	order[4] = 0
	super(756, 757, order)
end