Class: Quickfix44::Confirmation::NoOrders

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

Defined Under Namespace

Classes: NoNested2PartyIDs

Instance Method Summary collapse

Methods inherited from Quickfix::Group

#addGroup, #delim, #field, #getGroup, #hasGroup, #removeGroup, #replaceGroup

Constructor Details

#initializeNoOrders

Returns a new instance of NoOrders.



10082
10083
10084
10085
10086
10087
10088
10089
10090
10091
10092
10093
10094
10095
# File 'lib/quickfix44.rb', line 10082

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