Class: Quickfix44::AllocationReport::NoOrders

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

Defined Under Namespace

Classes: NoNested2PartyIDs

Instance Method Summary collapse

Constructor Details

#initializeNoOrders

Returns a new instance of NoOrders.



9019
9020
9021
9022
9023
9024
9025
9026
9027
9028
9029
9030
9031
9032
# File 'lib/quickfix44.rb', line 9019

def initialize
	order = Quickfix::IntArray.new(10)
	order[0] = 11
	order[1] = 37
	order[2] = 198
	order[3] = 526
	order[4] = 66
	order[5] = 756
	order[6] = 38
	order[7] = 799
	order[8] = 800
	order[9] = 0
	super(73, 11, order)
end