Class: Quickfix43::ListStatus::NoOrders

Inherits:
Quickfix::Group
  • Object
show all
Defined in:
lib/quickfix43.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.



951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
# File 'lib/quickfix43.rb', line 951

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