Class: Quickfix50Sp2::TradingSessionListRequest

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

Instance Method Summary collapse

Constructor Details

#initializeTradingSessionListRequest

Returns a new instance of TradingSessionListRequest.



16087
16088
16089
16090
# File 'lib/quickfix50sp2.rb', line 16087

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