Class: Quickfix50Sp2::Advertisement::NoLegs::NoLegStreams::NoLegDividendPeriods

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

Defined Under Namespace

Classes: NoLegDividendPeriodBusinessCenters

Instance Method Summary collapse

Methods inherited from Quickfix::Group

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

Constructor Details

#initializeNoLegDividendPeriods

Returns a new instance of NoLegDividendPeriods.



7784
7785
7786
7787
7788
7789
7790
7791
7792
7793
7794
7795
7796
7797
7798
7799
7800
7801
7802
7803
7804
7805
7806
7807
7808
# File 'lib/quickfix50sp2.rb', line 7784

def initialize
	order = Quickfix::IntArray.new(21)
	order[0] = 42367
	order[1] = 42368
	order[2] = 42369
	order[3] = 42370
	order[4] = 42371
	order[5] = 42372
	order[6] = 42386
	order[7] = 42373
	order[8] = 42374
	order[9] = 42375
	order[10] = 42376
	order[11] = 42377
	order[12] = 42378
	order[13] = 42379
	order[14] = 42380
	order[15] = 42381
	order[16] = 42382
	order[17] = 42383
	order[18] = 42384
	order[19] = 42385
	order[20] = 0
	super(42366, 42367, order)
end