Beispiel #1
0
        public async Task GetAllAssets_should_return_all_available_exchanges()
        {
            var assets = (await _instrumentsClient.GetAllInstrumentsAsync()).Result;

            assets.Data.Count.Should().BeGreaterThan(300);
        }