Class: Quickfix50Sp1::AllocationInstructionAlert::NoOrders::NoNested2PartyIDs::NoNested2PartySubIDs

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

Instance Method Summary collapse

Constructor Details

#initializeNoNested2PartySubIDs

Returns a new instance of NoNested2PartySubIDs.



14607
14608
14609
14610
14611
14612
14613
# File 'lib/quickfix50sp1.rb', line 14607

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