mirror of
https://github.com/freqtrade/freqtrade.git
synced 2024-11-10 02:12:01 +00:00
Introduce pricing exception
This commit is contained in:
parent
e370d635bf
commit
76e4e5897f
|
@ -21,6 +21,14 @@ class DependencyException(FreqtradeException):
|
|||
"""
|
||||
|
||||
|
||||
class PricingException(DependencyException):
|
||||
"""
|
||||
Subclass of DependencyException.
|
||||
Indicates that the price could not be determined.
|
||||
Implicitly a buy / sell operation.
|
||||
"""
|
||||
|
||||
|
||||
class InvalidOrderException(FreqtradeException):
|
||||
"""
|
||||
This is returned when the order is not valid. Example:
|
||||
|
|
Loading…
Reference in New Issue
Block a user