esp_ommsample

The esp_ommsample utility displays data received from the Reuters Market Data System (RMDS) to stdout.

Synopsis

esp_ommsample -u username [ OPTION ...]

Description

The esp_ommsample utility operates as a data sink from RMDS for OMM messages. It enables you to see which fields are delivered and their values without setting up a Reuters OMM adapter and model.

esp_ommsample prints data to stdout, getting its configuration from the command line. You can run it for a specified period of time or stop it using Ctrl+C.

Required Arguments

Options

Examples

cd $ESP_RMDSOMM_HOME/bin
./esp_ommsample -u myUsername -r MY_SERVICE -m 1 -s GOOG.O >& esp_ommsample.out &