public method ITradingTerminal.getPriceTerminalByPriceStream
Overview
Returns the interface of the trading terminal instance associated with the specified price stream ID
Declaration
function getPriceTerminalByPriceStream(streamId)
public ITerminal getPriceTerminalByPriceStream(String streamId);
public ITerminal getPriceTerminalByPriceStream(string streamId);
Parameters
| Name | Description |
|---|---|
| streamId | A price stream ID is an unique identificator of a continuous stream of live market data for a specific financial instrument. Parameter is a string representing the ID of the price stream |
Returns
The method returns the interface of the trading terminal instance associated with the specified price stream ID
Details
Declared in ITradingTerminal