Class: Quickfix50Sp2::CollateralInquiryAck::NoLegs::NoLegStreams::NoLegReturnRates::NoLegReturnRateDates

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

Defined Under Namespace

Classes: NoLegReturnRateValuationDateBusinessCenters, NoLegReturnRateValuationDates

Instance Method Summary collapse

Methods inherited from Quickfix::Group

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

Constructor Details

#initializeNoLegReturnRateDates

Returns a new instance of NoLegReturnRateDates.



304334
304335
304336
304337
304338
304339
304340
304341
304342
304343
304344
304345
304346
304347
304348
304349
304350
304351
304352
304353
304354
304355
304356
304357
304358
304359
304360
304361
# File 'lib/quickfix50sp2.rb', line 304334

def initialize
	order = Quickfix::IntArray.new(24)
	order[0] = 42509
	order[1] = 42571
	order[2] = 42510
	order[3] = 42511
	order[4] = 42512
	order[5] = 42513
	order[6] = 42514
	order[7] = 42515
	order[8] = 42516
	order[9] = 42517
	order[10] = 42518
	order[11] = 42519
	order[12] = 42520
	order[13] = 42521
	order[14] = 42522
	order[15] = 42523
	order[16] = 42524
	order[17] = 42525
	order[18] = 42526
	order[19] = 42527
	order[20] = 42528
	order[21] = 42529
	order[22] = 42569
	order[23] = 0
	super(42508, 42509, order)
end