Class: Quickfix50Sp1::TradeCaptureReportAck::NoTrdRepIndicators

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

Instance Method Summary collapse

Constructor Details

#initializeNoTrdRepIndicators

Returns a new instance of NoTrdRepIndicators.



11473
11474
11475
11476
11477
11478
11479
# File 'lib/quickfix50sp1.rb', line 11473

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