Method: Quickfix50Sp2::TradingSessionStatus::NoInstrumentParties::NoInstrumentPartySubIDs#initialize

Defined in:
lib/quickfix50sp2.rb

#initializeNoInstrumentPartySubIDs

Returns a new instance of NoInstrumentPartySubIDs.



9445
9446
9447
9448
9449
9450
9451
# File 'lib/quickfix50sp2.rb', line 9445

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