Class: Quickfix50Sp1::TradeCaptureReportAck::NoSides::NoAllocs

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

Defined Under Namespace

Classes: NoNested2PartyIDs

Instance Method Summary collapse

Methods inherited from Quickfix::Group

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

Constructor Details

#initializeNoAllocs

Returns a new instance of NoAllocs.



17387
17388
17389
17390
17391
17392
17393
17394
17395
17396
17397
17398
17399
17400
17401
# File 'lib/quickfix50sp1.rb', line 17387

def initialize
	order = Quickfix::IntArray.new(11)
	order[0] = 79
	order[1] = 661
	order[2] = 736
	order[3] = 467
	order[4] = 756
	order[5] = 80
	order[6] = 993
	order[7] = 1002
	order[8] = 989
	order[9] = 1136
	order[10] = 0
	super(78, 79, order)
end