Create Money.Net connection c using
a user name and password.
Subscribe to the symbols IBM® and Yahoo!® for real-time
data updates using the Money.Net connection c.
The default event handler function processes real-time data
updates.
Retrieve the subscribed symbols and the corresponding
event handler function for each symbol using the Money.Net connection c.
subs =
Symbols EventHandlers
_______ _______________________
'IBM' @mnRealTimeEventHandler
'YHOO' @mnRealTimeEventHandlersubs returns a table with a row for each
symbol and the corresponding event handler function.
Unsubscribe from all symbols using the Money.Net connection c.
Close the Money.Net connection.