Class: Quickfix50::TradingSessionList

Inherits:
Message
  • Object
show all
Defined in:
lib/quickfix50.rb

Defined Under Namespace

Classes: NoTradingSessions

Instance Method Summary collapse

Constructor Details

#initializeTradingSessionList

Returns a new instance of TradingSessionList.



13389
13390
13391
13392
# File 'lib/quickfix50.rb', line 13389

def initialize
	super
	getHeader().setField( Quickfix::MsgType.new("BJ") )
end