Skip to content

Commit

Permalink
more properties #2
Browse files Browse the repository at this point in the history
  • Loading branch information
henrydatei committed Sep 11, 2022
1 parent 1c2326c commit 7a87c94
Show file tree
Hide file tree
Showing 2 changed files with 314 additions and 77 deletions.
15 changes: 15 additions & 0 deletions classes/Trader.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
from dataclasses import dataclass

@dataclass(frozen = True)
class Trader:
id: str
fullName: str
nickName: str
companyName: str
imgUrl: str
profileLogoData: str
isDeleted: bool
isLegitimized: bool
lastLogin: str
isSelfRegulatedAssetManager: bool
selfRegulatedAssetManagerTooltip: str
Loading

0 comments on commit 7a87c94

Please sign in to comment.