Class: Quickfix43::ExecutionReport::NoPartyIDs

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

Instance Method Summary collapse

Constructor Details

#initializeNoPartyIDs

Returns a new instance of NoPartyIDs.



112
113
114
115
116
117
118
119
120
# File 'lib/quickfix43.rb', line 112

def initialize
  order = Quickfix::IntArray.new(5)
  order[0] = 448
  order[1] = 447
  order[2] = 452
  order[3] = 523
  order[4] = 0
  super(453, 448, order)
end