Uses of Class
cloud.metaapi.sdk.clients.meta_api.models.MetatraderSymbolPrice
-
Packages that use MetatraderSymbolPrice Package Description cloud.metaapi.sdk.clients.meta_api cloud.metaapi.sdk.meta_api -
-
Uses of MetatraderSymbolPrice in cloud.metaapi.sdk.clients.meta_api
Methods in cloud.metaapi.sdk.clients.meta_api that return types with arguments of type MetatraderSymbolPrice Modifier and Type Method Description CompletableFuture<MetatraderSymbolPrice>MetaApiWebsocketClient. getSymbolPrice(String accountId, String symbol)Retrieves price for a symbol (see https://metaapi.cloud/docs/client/websocket/api/retrieveMarketData/getSymbolPrice/).Methods in cloud.metaapi.sdk.clients.meta_api with parameters of type MetatraderSymbolPrice Modifier and Type Method Description CompletableFuture<Void>SynchronizationListener. onSymbolPriceUpdated(MetatraderSymbolPrice price)Invoked when a symbol price was updated -
Uses of MetatraderSymbolPrice in cloud.metaapi.sdk.meta_api
Methods in cloud.metaapi.sdk.meta_api that return types with arguments of type MetatraderSymbolPrice Modifier and Type Method Description Optional<MetatraderSymbolPrice>TerminalState. getPrice(String symbol)Returns MetaTrader symbol price by symbolCompletableFuture<MetatraderSymbolPrice>MetaApiConnection. getSymbolPrice(String symbol)Retrieves specification for a symbol (see https://metaapi.cloud/docs/client/websocket/api/retrieveMarketData/getSymbolPrice/).Methods in cloud.metaapi.sdk.meta_api with parameters of type MetatraderSymbolPrice Modifier and Type Method Description CompletableFuture<Void>TerminalState. onSymbolPriceUpdated(MetatraderSymbolPrice price)
-