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

#initializeNoLegDividendPeriods

Returns a new instance of NoLegDividendPeriods.



49347
49348
49349
49350
49351
49352
49353
49354
49355
49356
49357
49358
49359
49360
49361
49362
49363
49364
49365
49366
49367
49368
49369
49370
49371
# File 'lib/quickfix50sp2.rb', line 49347

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