Class: Quickfix50Sp2::AllocationInstruction::NoExecs

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

Defined Under Namespace

Classes: NoTradePriceConditions, NoTrdRegPublications

Instance Method Summary collapse

Methods inherited from Quickfix::Group

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

Constructor Details

#initializeNoExecs



44991
44992
44993
44994
44995
44996
44997
44998
44999
45000
45001
45002
45003
45004
45005
45006
45007
45008
# File 'lib/quickfix50sp2.rb', line 44991

def initialize
  order = Quickfix::IntArray.new(14)
  order[0] = 32
  order[1] = 17
  order[2] = 527
  order[3] = 31
  order[4] = 669
  order[5] = 29
  order[6] = 1003
  order[7] = 1041
  order[8] = 880
  order[9] = 2749
  order[10] = 2524
  order[11] = 2668
  order[12] = 1838
  order[13] = 0
  super(124, 32, order)
end