Class: Quickfix50Sp2::MarginRequirementInquiry::NoStreams::NoReturnRates::NoReturnRateDates

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

Defined Under Namespace

Classes: NoReturnRateValuationDateBusinessCenters, NoReturnRateValuationDates

Instance Method Summary collapse

Methods inherited from Quickfix::Group

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

Constructor Details

#initializeNoReturnRateDates

Returns a new instance of NoReturnRateDates.



352827
352828
352829
352830
352831
352832
352833
352834
352835
352836
352837
352838
352839
352840
352841
352842
352843
352844
352845
352846
352847
352848
352849
352850
352851
352852
352853
352854
# File 'lib/quickfix50sp2.rb', line 352827

def initialize
	order = Quickfix::IntArray.new(24)
	order[0] = 42710
	order[1] = 42772
	order[2] = 42711
	order[3] = 42712
	order[4] = 42713
	order[5] = 42714
	order[6] = 42715
	order[7] = 42716
	order[8] = 42717
	order[9] = 42718
	order[10] = 42719
	order[11] = 42720
	order[12] = 42721
	order[13] = 42722
	order[14] = 42723
	order[15] = 42724
	order[16] = 42725
	order[17] = 42726
	order[18] = 42727
	order[19] = 42728
	order[20] = 42729
	order[21] = 42730
	order[22] = 42770
	order[23] = 0
	super(42709, 42710, order)
end