Skip to content

Commit

Permalink
upd
Browse files Browse the repository at this point in the history
  • Loading branch information
m5l14i11 committed Oct 11, 2024
1 parent e1a3f5e commit 3757d93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion reef/_actor.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
logger = logging.getLogger(__name__)


@dataclass(order=True)
@dataclass(order=True, frozen=True)
class PQOrder:
order_id: str = field(compare=False)
symbol: Symbol = field(compare=False)
Expand Down

0 comments on commit 3757d93

Please sign in to comment.