Exemple #1
0
 public Task <TopAssets> GetTopAssetsAsync(string requestId, InstrumentType instrumentType)
 {
     return(WsClient?.GetTopAssetsAsync(requestId, instrumentType));
 }