Class: Quickfix50Sp2::TradeCaptureReport::NoSides::NoOrders

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

Instance Method Summary collapse

Methods inherited from Quickfix::Group

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

Constructor Details

#initializeNoOrders



195007
195008
195009
195010
195011
195012
195013
195014
195015
195016
195017
# File 'lib/quickfix50sp2.rb', line 195007

def initialize
  order = Quickfix::IntArray.new(7)
  order[0] = 2887
  order[1] = 2888
  order[2] = 2836
  order[3] = 2889
  order[4] = 2890
  order[5] = 2835
  order[6] = 0
  super(73, 2887, order)
end