Class: Quickfix50Sp2::ExecutionReport::NoLimitAmts

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

#initializeNoLimitAmts



14100
14101
14102
14103
14104
14105
14106
14107
14108
14109
14110
14111
14112
# File 'lib/quickfix50sp2.rb', line 14100

def initialize
  order = Quickfix::IntArray.new(9)
  order[0] = 1631
  order[1] = 1632
  order[2] = 1633
  order[3] = 2394
  order[4] = 2395
  order[5] = 1634
  order[6] = 2935
  order[7] = 2396
  order[8] = 0
  super(1630, 1631, order)
end