Files
aiomql/docs/core/exceptions.md
T
Ichinga Samuel 2e7aa73aec v4
2024-11-15 21:13:19 +01:00

1.1 KiB

Exceptions

Exceptions for the aiomql package.

Table of Contents

LoginError

class LoginError(Exception)

Raised when an error occurs when logging in.

VolumeError

class VolumeError(Exception)

Raised when a volume is not valid or out of range for a symbol.

SymbolError

class SymbolError(Exception)

Raised when a symbol is not provided where required or not available in the Market Watch.

OrderError

class OrderError(Exception)

Raised when an error occurs when working with the order class.

StopTradingError

class StopTradingError(Exception)

Raised when an error occurs when trying to stop trading.