Files
aiomql/docs/core/exceptions.md
T
Ichinga Samuel 027f9fd8de add docs
2023-10-11 09:49:06 +01:00

1.1 KiB

Table of Contents

aiomql.core.exceptions

Exceptions for the aiomql package.

LoginError Objects

class LoginError(Exception)

Raised when an error occurs when logging in.

VolumeError Objects

class VolumeError(Exception)

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

SymbolError Objects

class SymbolError(Exception)

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

OrderError Objects

class OrderError(Exception)

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