Make pp msg `.currency` not required
parent
7ebf8a8dc0
commit
cc68501c7a
|
@ -258,6 +258,6 @@ class BrokerdPosition(BaseModel):
|
|||
broker: str
|
||||
account: str
|
||||
symbol: str
|
||||
currency: str
|
||||
size: float
|
||||
avg_price: float
|
||||
currency: str = ''
|
||||
|
|
Loading…
Reference in New Issue