Class: Quickfix44::ListStatus::NoOrders

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

Instance Method Summary collapse

Methods inherited from Quickfix::Group

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

Constructor Details

#initializeNoOrders



2506
2507
2508
2509
2510
2511
2512
2513
2514
2515
2516
2517
2518
2519
2520
2521
2522
# File 'lib/quickfix44.rb', line 2506

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