Class: Quickfix50Sp1::TradingSessionList

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

Defined Under Namespace

Classes: NoTradingSessions

Instance Method Summary collapse

Constructor Details

#initializeTradingSessionList

Returns a new instance of TradingSessionList.



15031
15032
15033
15034
# File 'lib/quickfix50sp1.rb', line 15031

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