Class: Quickfix43::ExecutionReport::NoLegs::NoNestedPartyIDs

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

Instance Method Summary collapse

Constructor Details

#initializeNoNestedPartyIDs

Returns a new instance of NoNestedPartyIDs.



228
229
230
231
232
233
234
235
236
# File 'lib/quickfix43.rb', line 228

def initialize
  order = Quickfix::IntArray.new(5)
  order[0] = 524
  order[1] = 525
  order[2] = 538
  order[3] = 545
  order[4] = 0
  super(539, 524, order)
end