Table of Contents

Method GetLastPrice

Namespace
Tooq.Tech.FH.ClientLib
Assembly
Tooq.Tech.FH.ClientLib.dll

GetLastPrice(List<ulong>, TimeSpan?)

Request the last price for a list of securities

public (bool, GetLastPriceResponse) GetLastPrice(List<ulong> securityIds, TimeSpan? timeout = null)

Parameters

securityIds List<ulong>

List of securities

timeout TimeSpan?

Timeout of the request

Returns

(bool, GetLastPriceResponse)