public method IFXConnectLiteSession.getPriceHistoryManager

Brief

Gets the history prices manager

Declaration

protojavascriptjavacsharp
public getPriceHistoryManager() : IPriceHistoryManager

Returns

The method returns an object that implements the IPriceHistoryManager interface, which allows getting historical price data for a specified symbol from the trading system

Details

See also: IPriceHistoryManager

Declared in IFXConnectLiteSession

back