Class: Quickfix50Sp2::AllocationInstructionAlert::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.



323206
323207
323208
323209
323210
323211
323212
323213
323214
323215
323216
323217
323218
323219
323220
323221
323222
323223
# File 'lib/quickfix50sp2.rb', line 323206

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