Method: Quickfix50Sp2::TradingSessionStatus::NoEvents#initialize

Defined in:
lib/quickfix50sp2.rb

#initializeNoEvents

Returns a new instance of NoEvents.



9421
9422
9423
9424
9425
9426
9427
9428
9429
9430
# File 'lib/quickfix50sp2.rb', line 9421

def initialize
	order = Quickfix::IntArray.new(6)
	order[0] = 865
	order[1] = 866
	order[2] = 1145
	order[3] = 867
	order[4] = 868
	order[5] = 0
	super(864, 865, order)
end