Class: Quickfix50::ListStatus::NoOrders

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

Instance Method Summary collapse

Methods inherited from Quickfix::Group

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

Constructor Details

#initializeNoOrders



3316
3317
3318
3319
3320
3321
3322
3323
3324
3325
3326
3327
3328
3329
3330
3331
3332
# File 'lib/quickfix50.rb', line 3316

def initialize
  order = Quickfix::IntArray.new(13)
  order[0] = 11
  order[1] = 526
  order[2] = 14
  order[3] = 39
  order[4] = 636
  order[5] = 151
  order[6] = 84
  order[7] = 6
  order[8] = 103
  order[9] = 58
  order[10] = 354
  order[11] = 355
  order[12] = 0
  super(73, 11, order)
end