Class: Quickfix50Sp2::TradeCaptureReport::NoTrdRepIndicators

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

Instance Method Summary collapse

Constructor Details

#initializeNoTrdRepIndicators

Returns a new instance of NoTrdRepIndicators.



9609
9610
9611
9612
9613
9614
9615
# File 'lib/quickfix50sp2.rb', line 9609

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