finfree-be/models/Strategy.py

8 lines
130 B
Python

from dataclasses import dataclass
@dataclass
class Strategy():
id: str
enabled: bool
fulfilled: bool
created: str