Class: Quickfix50Sp2::TradeCaptureReportAck::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.



12430
12431
12432
12433
12434
12435
12436
12437
12438
12439
12440
12441
12442
12443
12444
12445
12446
12447
12448
12449
# File 'lib/quickfix50sp2.rb', line 12430

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