Class: Quickfix50Sp2::TradeCaptureReportAck::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.



12307
12308
12309
12310
12311
12312
12313
# File 'lib/quickfix50sp2.rb', line 12307

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