Class: Quickfix50::AllocationInstruction::NoOrders::NoNested2PartyIDs::NoNested2PartySubIDs

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

Instance Method Summary collapse

Constructor Details

#initializeNoNested2PartySubIDs

Returns a new instance of NoNested2PartySubIDs.



1939
1940
1941
1942
1943
1944
1945
# File 'lib/quickfix50.rb', line 1939

def initialize
	order = Quickfix::IntArray.new(3)
	order[0] = 760
	order[1] = 807
	order[2] = 0
	super(806, 760, order)
end