Class: Quickfix50Sp1::ListStatus::NoOrders

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

Instance Method Summary collapse

Methods inherited from Quickfix::Group

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

Constructor Details

#initializeNoOrders

Returns a new instance of NoOrders.



3578
3579
3580
3581
3582
3583
3584
3585
3586
3587
3588
3589
3590
3591
3592
3593
3594
3595
# File 'lib/quickfix50sp1.rb', line 3578

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