Method: Quickfix50::TradeCaptureReportRequestAck::NoInstrumentParties::NoInstrumentPartySubIDs#initialize

Defined in:
lib/quickfix50.rb

#initializeNoInstrumentPartySubIDs

Returns a new instance of NoInstrumentPartySubIDs.



15009
15010
15011
15012
15013
15014
15015
# File 'lib/quickfix50.rb', line 15009

def initialize
	order = Quickfix::IntArray.new(3)
	order[0] = 1053
	order[1] = 1054
	order[2] = 0
	super(1052, 1053, order)
end