feat: saxo history
This commit is contained in:
@@ -150,7 +150,7 @@ def _snapshot_via_subscription(uic: int, asset_type: str = "StockOption") -> Dic
|
||||
body = {
|
||||
"ContextId": context_id,
|
||||
"ReferenceId": reference_id,
|
||||
"Arguments": {"Uic": uic, "AssetType": asset_type, "AccountKey": get_default_account_key()},
|
||||
"Arguments": {"Identifier": uic, "AssetType": asset_type, "AccountKey": get_default_account_key()},
|
||||
"RefreshRate": 5000,
|
||||
}
|
||||
resp = httpx.post(
|
||||
|
||||
Reference in New Issue
Block a user