Class: Quickfix50Sp2::TradingSessionList

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

Defined Under Namespace

Classes: NoTradingSessions

Instance Method Summary collapse

Constructor Details

#initializeTradingSessionList

Returns a new instance of TradingSessionList.



16050
16051
16052
16053
# File 'lib/quickfix50sp2.rb', line 16050

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