Class: Quickfix50Sp2::ExecutionReport::NoContraBrokers

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

Instance Method Summary collapse

Constructor Details

#initializeNoContraBrokers

Returns a new instance of NoContraBrokers.



391
392
393
394
395
396
397
398
399
400
# File 'lib/quickfix50sp2.rb', line 391

def initialize
  order = Quickfix::IntArray.new(6)
  order[0] = 375
  order[1] = 337
  order[2] = 437
  order[3] = 438
  order[4] = 655
  order[5] = 0
  super(382, 375, order)
end