BinanceSpotRest.Validators.WindowSize (Binance Spot Rest v0.2.1)
View SourceInternal
Validates windowSize values.
Supported values:
- Minutes: "1m" to "59m"
- Hours: "1h" to "23h"
- Days: "1d" to "7d"
Summary
Functions
Returns :ok if ws is a valid window size, {:error, msg} otherwise.