Skip to content

Order Type

Order Type is an enum that represents the type of an order.

You would normally not need to use it directly.

class OrderType(Enum):
"""
Enum for order type.
"""
MARKET = "market"