Class: Quickfix50Sp1::TradeCaptureReport::NoTrdRepIndicators

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

Instance Method Summary collapse

Constructor Details

#initializeNoTrdRepIndicators



8941
8942
8943
8944
8945
8946
8947
# File 'lib/quickfix50sp1.rb', line 8941

def initialize
  order = Quickfix::IntArray.new(3)
  order[0] = 1388
  order[1] = 1389
  order[2] = 0
  super(1387, 1388, order)
end