Class: Quickfix50::AllocationInstruction::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.



1928
1929
1930
1931
1932
1933
1934
1935
1936
# File 'lib/quickfix50.rb', line 1928

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