Class: Quickfix42::Allocation::NoAllocs

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

Defined Under Namespace

Classes: NoMiscFees

Instance Method Summary collapse

Methods inherited from Quickfix::Group

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

Constructor Details

#initializeNoAllocs



444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
# File 'lib/quickfix42.rb', line 444

def initialize
  order = Quickfix::IntArray.new(24)
  order[0] = 79
  order[1] = 366
  order[2] = 80
  order[3] = 81
  order[4] = 92
  order[5] = 208
  order[6] = 209
  order[7] = 161
  order[8] = 360
  order[9] = 361
  order[10] = 76
  order[11] = 109
  order[12] = 12
  order[13] = 13
  order[14] = 153
  order[15] = 154
  order[16] = 119
  order[17] = 120
  order[18] = 155
  order[19] = 156
  order[20] = 159
  order[21] = 160
  order[22] = 136
  order[23] = 0
  super(78, 79, order)
end