public method ITradingTerminal.getPriceTerminalByPriceStream

Brief

Returns the interface of the trading terminal instance associated with the specified price stream ID

Declaration

protojavascriptjavacsharp
public 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

Details

See also: ITerminal

Declared in ITradingTerminal

back