Make pp msg `.currency` not required

lifo_pps_ib
Tyler Goodlet 2022-06-21 16:43:52 -04:00
parent 7ebf8a8dc0
commit cc68501c7a
1 changed files with 1 additions and 1 deletions

View File

@ -258,6 +258,6 @@ class BrokerdPosition(BaseModel):
broker: str
account: str
symbol: str
currency: str
size: float
avg_price: float
currency: str = ''