Class: Quickfix50Sp2::AllocationInstructionAlert::NoOrders

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

Defined Under Namespace

Classes: NoNested2PartyIDs

Instance Method Summary collapse

Methods inherited from Quickfix::Group

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

Constructor Details

#initializeNoOrders

Returns a new instance of NoOrders.



323165
323166
323167
323168
323169
323170
323171
323172
323173
323174
323175
323176
323177
323178
323179
# File 'lib/quickfix50sp2.rb', line 323165

def initialize
  order = Quickfix::IntArray.new(11)
  order[0] = 11
  order[1] = 37
  order[2] = 198
  order[3] = 526
  order[4] = 66
  order[5] = 756
  order[6] = 38
  order[7] = 799
  order[8] = 800
  order[9] = 40
  order[10] = 0
  super(73, 11, order)
end