public method ITradingTerminal.getPriceTerminalByPriceStreamReturns the interface of the trading terminal instance associated with the specified price stream ID
Declaration
protojavascriptjavacsharppublic getPriceTerminalByPriceStream(streamId : string) : ITerminal
| Parameters | |
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
See also: ITerminal
Declared in ITradingTerminal