glitch100 / BinanceDotNet

Official C# Wrapper for the Binance exchange API, with REST and WebSocket endpoints
https://www.nuget.org/packages/BinanceDotNet/
MIT License
161 stars 138 forks source link

Fix enum value for ExchangeInfoSymbolFilterType.PercentagePrice #150

Closed lploumen closed 5 years ago

lploumen commented 5 years ago

Overview

Fix enum value for ExchangeInfoSymbolFilterType.PercentagePrice

Solved Issues

Wrong enum value for ExchangeInfoSymbolFilterType.PercentagePrice

Installation

N/A

Acceptance and Testing Steps

Other Notes

glitch100 commented 5 years ago

Is this still necessary?

lploumen commented 5 years ago

I guess it was already fixed by another PR.