Class: Quickfix50Sp2::AllocationInstructionAlert::NoUnderlyings::NoUnderlyingStreams::NoUnderlyingDividendPeriods

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

Defined Under Namespace

Classes: NoUnderlyingDividendPeriodBusinessCenters

Instance Method Summary collapse

Methods inherited from Quickfix::Group

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

Constructor Details

#initializeNoUnderlyingDividendPeriods

Returns a new instance of NoUnderlyingDividendPeriods.



325796
325797
325798
325799
325800
325801
325802
325803
325804
325805
325806
325807
325808
325809
325810
325811
325812
325813
325814
325815
325816
325817
325818
325819
325820
# File 'lib/quickfix50sp2.rb', line 325796

def initialize
	order = Quickfix::IntArray.new(21)
	order[0] = 42863
	order[1] = 42864
	order[2] = 42865
	order[3] = 42866
	order[4] = 42867
	order[5] = 42868
	order[6] = 42882
	order[7] = 42869
	order[8] = 42870
	order[9] = 42871
	order[10] = 42872
	order[11] = 42873
	order[12] = 42874
	order[13] = 42875
	order[14] = 42876
	order[15] = 42877
	order[16] = 42878
	order[17] = 42879
	order[18] = 42880
	order[19] = 42881
	order[20] = 0
	super(42862, 42863, order)
end