Class BudgetCalculationException
- Namespace
- WhalesSecret.TradeScriptLib.Exceptions
- Assembly
- WhalesSecret.TradeScriptLib.dll
Exception for cases when calculating the trading strategy budget is required but cannot be done.
public class BudgetCalculationException : ScriptApiException, ISerializable
- Inheritance
-
BudgetCalculationException
- Implements
- Inherited Members
- Extension Methods
Constructors
- BudgetCalculationException()
Initializes a new instance of the BudgetCalculationException class.
- BudgetCalculationException(string)
Initializes a new instance of the BudgetCalculationException class with a specified error message.
- BudgetCalculationException(string, Exception?)
Initializes a new instance of the BudgetCalculationException class with a specified error message and a reference to the inner exception that is the cause of this exception.