Class: Quickfix50Sp2::TradeCaptureReport::NoLegs::NoOfLegUnderlyings

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

Instance Method Summary collapse

Constructor Details

#initializeNoOfLegUnderlyings

Returns a new instance of NoOfLegUnderlyings.



9325
9326
9327
9328
9329
9330
9331
9332
9333
9334
9335
9336
9337
9338
9339
9340
9341
9342
9343
9344
# File 'lib/quickfix50sp2.rb', line 9325

def initialize
	order = Quickfix::IntArray.new(16)
	order[0] = 1330
	order[1] = 1331
	order[2] = 1332
	order[3] = 1333
	order[4] = 1344
	order[5] = 1337
	order[6] = 1338
	order[7] = 1339
	order[8] = 1345
	order[9] = 1405
	order[10] = 1340
	order[11] = 1391
	order[12] = 1343
	order[13] = 1341
	order[14] = 1392
	order[15] = 0
	super(1342, 1330, order)
end