BrokenEnumValue#
API documentation for tradingstrategy.utils.flexible_pickle.BrokenEnumValue Python class in Trading Strategy framework.
- class BrokenEnumValue[source]#
Bases:
objectSentinel marker for enum values that could not be deserialised.
Used when an enum value in pickled data does not exist in current code
Allows graceful degradation instead of crashing
Hashable so it can be stored in sets alongside real enum values
Methods
__init__(enum_class_name, value)