Class: Quickfix50Sp2::DontKnowTrade::NoUnderlyings::NoUnderlyingStreams::NoUnderlyingReturnRates::NoUnderlyingReturnRateDates

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

Defined Under Namespace

Classes: NoUnderlyingReturnRateValuationDateBusinessCenters, NoUnderlyingReturnRateValuationDates

Instance Method Summary collapse

Methods inherited from Quickfix::Group

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

Constructor Details

#initializeNoUnderlyingReturnRateDates

Returns a new instance of NoUnderlyingReturnRateDates.



54898
54899
54900
54901
54902
54903
54904
54905
54906
54907
54908
54909
54910
54911
54912
54913
54914
54915
54916
54917
54918
54919
54920
54921
54922
54923
54924
54925
# File 'lib/quickfix50sp2.rb', line 54898

def initialize
	order = Quickfix::IntArray.new(24)
	order[0] = 43009
	order[1] = 43071
	order[2] = 43010
	order[3] = 43011
	order[4] = 43012
	order[5] = 43013
	order[6] = 43014
	order[7] = 43015
	order[8] = 43016
	order[9] = 43017
	order[10] = 43018
	order[11] = 43019
	order[12] = 43020
	order[13] = 43021
	order[14] = 43022
	order[15] = 43023
	order[16] = 43024
	order[17] = 43025
	order[18] = 43026
	order[19] = 43027
	order[20] = 43028
	order[21] = 43029
	order[22] = 43069
	order[23] = 0
	super(43008, 43009, order)
end