Class: Quickfix50Sp2::CollateralInquiry::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

#initialize ⇒ NoLegDividendPeriods

Returns a new instance of NoLegDividendPeriods.



298857
298858
298859
298860
298861
298862
298863
298864
298865
298866
298867
298868
298869
298870
298871
298872
298873
298874
298875
298876
298877
298878
298879
298880
298881
# File 'lib/quickfix50sp2.rb', line 298857

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