Class: Quickfix50Sp1::TradeCaptureReport::NoLegs::NoOfLegUnderlyings

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

Defined Under Namespace

Classes: NoUnderlyingLegSecurityAltID

Instance Method Summary collapse

Methods inherited from Quickfix::Group

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

Constructor Details

#initializeNoOfLegUnderlyings

Returns a new instance of NoOfLegUnderlyings.



12932
12933
12934
12935
12936
12937
12938
12939
12940
12941
12942
12943
12944
12945
12946
12947
12948
12949
12950
12951
# File 'lib/quickfix50sp1.rb', line 12932

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