Skip to content

Commit

Permalink
add advanced order instructions, handle CancelledError in streamer tasks
Browse files Browse the repository at this point in the history
  • Loading branch information
Graeme22 committed Dec 16, 2024
1 parent 1ed4d8a commit c0a3786
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tastytrade/order.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
from enum import Enum
from typing import Any, Optional, Union

from pandas_market_calendars.calendar_registry import prop
from pydantic import computed_field, field_serializer, model_validator

from tastytrade import VERSION
Expand Down

0 comments on commit c0a3786

Please sign in to comment.