Class: Quickfix50Sp1::TradingSessionListUpdateReport

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

Defined Under Namespace

Classes: NoTradingSessions

Instance Method Summary collapse

Constructor Details

#initializeTradingSessionListUpdateReport

Returns a new instance of TradingSessionListUpdateReport.



15379
15380
15381
15382
# File 'lib/quickfix50sp1.rb', line 15379

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