Class: Quickfix50Sp2::AllocationReport::NoExecs

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

Defined Under Namespace

Classes: NoTradePriceConditions, NoTrdRegPublications

Instance Method Summary collapse

Methods inherited from Quickfix::Group

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

Constructor Details

#initializeNoExecs

Returns a new instance of NoExecs.



262566
262567
262568
262569
262570
262571
262572
262573
262574
262575
262576
262577
262578
262579
262580
262581
262582
262583
# File 'lib/quickfix50sp2.rb', line 262566

def initialize
	order = Quickfix::IntArray.new(14)
	order[0] = 32
	order[1] = 17
	order[2] = 527
	order[3] = 31
	order[4] = 669
	order[5] = 29
	order[6] = 1003
	order[7] = 1041
	order[8] = 880
	order[9] = 2749
	order[10] = 2524
	order[11] = 2668
	order[12] = 1838
	order[13] = 0
	super(124, 32, order)
end