Table of Contents

Class BudgetExceededException

Namespace
WhalesSecret.TradeScriptLib.Exceptions
Assembly
WhalesSecret.TradeScriptLib.dll

Exception for cases when placement of an order would exceed the trading strategy budget.

public class BudgetExceededException : ScriptApiException, ISerializable
Inheritance
BudgetExceededException
Implements
Inherited Members
Extension Methods

Constructors

BudgetExceededException()

Initializes a new instance of the BudgetExceededException class.

BudgetExceededException(string)

Initializes a new instance of the BudgetExceededException class with a specified error message.

BudgetExceededException(string, Exception?)

Initializes a new instance of the BudgetExceededException class with a specified error message and a reference to the inner exception that is the cause of this exception.