@web-core/web-sdk
    Preparing search index...

    Class ForeksWebSDK

    Foreks WEB SDK

    Index

    Constructors

    • Parameters

      • Optionalusername: string

        username of foreks web sdk

      • Optionalpassword: string

        password of foreks web sdk

      • Optionaltoken: string

        token of foreks web sdk - if you have token you can use it, in this case you don't need to provide username and password

      • Optionalcompany: string

        company of foreks web sdk

      • Optionalresource: string

        resource of foreks web sdk

      • OptionalwssUrl: string

        wssUrl web socket url if you want to connect socket service

      • OptionalappName: string

        your application name

      • Optionalenvironment: APIEnvironment

      Returns ForeksWebSDK

      Foreks WEB SDK constructor

    Properties

    Accessors

    • get akd(): IAKDRepo

      Returns IAKDRepo

      akd servies

      This service calculate Broker Transaction Volumes for given interval. It can be used only for last trading day.

    • get depth(): IDepthRepo

      Returns IDepthRepo

      depth servies

      This service provides depth of symbols.

    • get endOfDay(): IEndOfDayRepo

      Returns IEndOfDayRepo

      end of day services

      cloud end of day service

    • get getToken(): string

      Returns string

      token

      get auth token

    • get heatMap(): IHeatMapRepo

      Returns IHeatMapRepo

      heat map services

      heat map service

    • get holiday(): IHolidayRepo

      Returns IHolidayRepo

      holiday services

      holiday service

    • get indicator(): IIndicatorRepo

      Returns IIndicatorRepo

      indicator servies

      This service provides indicator calculations for symbols. You can obtain indicator values by providing code, time period, desired date interval and query parameters which include indicator parameters.

    • get intraday(): IIntradayRepo

      Returns IIntradayRepo

      intraday services

      cloud intraday service

    • get news(): INewsRepo

      Returns INewsRepo

      news services

      cloud news service

    • get priceAnalysis(): IPriceAnalysisRepo

      Returns IPriceAnalysisRepo

      price analysis services

      The price level analysis, the code of the value to be searched and the date to be searched are given as the parameter. It is used to make daily inquiries.

    • get settlement(): ISettlementRepo

      Returns ISettlementRepo

      settlement servies

      This service provides settlement values of symbols. You can obtain settlement info by providing symbol code or broker code and date.

    • get socialMedia(): ISocialMediaRepo

      Returns ISocialMediaRepo

      social media servies

      This service fetches social media data from related sources. e.g Youtube Feeds

    • get split(): ISplitRepo

      Returns ISplitRepo

      split services

      cloud split service

    • get tick(): ITickRepo

      Returns ITickRepo

      intraday services

      cloud intraday service

    Methods

    • Returns Promise<void>

      socket

      initialize foreks web sdk