Class: Quickfix50Sp2::Confirmation::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

Returns a new instance of NoExecs.



219717
219718
219719
219720
219721
219722
219723
219724
219725
219726
219727
219728
219729
219730
219731
219732
219733
219734
# File 'lib/quickfix50sp2.rb', line 219717

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