Class: Quickfix50Sp2::MarketDefinitionUpdateReport::NoInstrumentScopes

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

Defined Under Namespace

Classes: NoInstrumentScopeSecurityAltID

Instance Method Summary collapse

Methods inherited from Quickfix::Group

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

Constructor Details

#initializeNoInstrumentScopes

Returns a new instance of NoInstrumentScopes.



341527
341528
341529
341530
341531
341532
341533
341534
341535
341536
341537
341538
341539
341540
341541
341542
341543
341544
341545
341546
341547
341548
341549
341550
341551
341552
341553
341554
341555
# File 'lib/quickfix50sp2.rb', line 341527

def initialize
	order = Quickfix::IntArray.new(25)
	order[0] = 1535
	order[1] = 1536
	order[2] = 1537
	order[3] = 1538
	order[4] = 1539
	order[5] = 1543
	order[6] = 1544
	order[7] = 1545
	order[8] = 1546
	order[9] = 2895
	order[10] = 1547
	order[11] = 1548
	order[12] = 1549
	order[13] = 1550
	order[14] = 1551
	order[15] = 1552
	order[16] = 1553
	order[17] = 1554
	order[18] = 1555
	order[19] = 1616
	order[20] = 1556
	order[21] = 1620
	order[22] = 1621
	order[23] = 1557
	order[24] = 0
	super(1656, 1535, order)
end