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



363740
363741
363742
363743
363744
363745
363746
363747
363748
363749
363750
363751
363752
363753
363754
363755
363756
363757
363758
363759
363760
363761
363762
363763
363764
363765
363766
363767
363768
# File 'lib/quickfix50sp2.rb', line 363740

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