Class: Quickfix50Sp1::NewOrderList::NoOrders::NoAllocs

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

Defined Under Namespace

Classes: NoNestedPartyIDs

Instance Method Summary collapse

Constructor Details

#initializeNoAllocs

Returns a new instance of NoAllocs.



1643
1644
1645
1646
1647
1648
1649
1650
1651
1652
1653
# File 'lib/quickfix50sp1.rb', line 1643

def initialize
	order = Quickfix::IntArray.new(7)
	order[0] = 79
	order[1] = 661
	order[2] = 736
	order[3] = 467
	order[4] = 539
	order[5] = 80
	order[6] = 0
	super(78, 79, order)
end