Class: Quickfix50Sp2::TradingSessionListUpdateReport

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

Defined Under Namespace

Classes: NoTradingSessions

Instance Method Summary collapse

Constructor Details

#initializeTradingSessionListUpdateReport

Returns a new instance of TradingSessionListUpdateReport.



16429
16430
16431
16432
# File 'lib/quickfix50sp2.rb', line 16429

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