(20250730) - ADDED - Google Places API for and paper trading update api with required fies and changes.
This commit is contained in:
@@ -117,7 +117,7 @@ class TradingAuthRequestData(BaseModel):
|
||||
# ┛
|
||||
|
||||
class Config:
|
||||
extra = "forbid"
|
||||
extra = "allow"
|
||||
|
||||
# ┓┏ ┓• ┓ •
|
||||
# ┃┃┏┓┃┓┏┫┏┓╋┓┏┓┏┓
|
||||
@@ -136,6 +136,11 @@ class TradingAuthRequestData(BaseModel):
|
||||
raise ValueError(f"incorrect 'auth' for selected client '{client}'")
|
||||
return values
|
||||
|
||||
# ADDED BY OMKAR - 2025-07-29 --------------------------------------------------------------------------------------
|
||||
|
||||
def get(self, key, default=None):
|
||||
return getattr(self, key, default)
|
||||
|
||||
|
||||
# *****************************************************************************************************************
|
||||
# ***** ****
|
||||
|
||||
Reference in New Issue
Block a user