Skip to content

Commit 7d116d2

Browse files
committed
removed totalValueE9 field
1 parent e03f8a5 commit 7d116d2

File tree

7 files changed

+2
-23
lines changed

7 files changed

+2
-23
lines changed

python/sdk/src/openapi_client/docs/AccountValueHistory.md

Lines changed: 0 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

python/sdk/src/openapi_client/models/account_value_history.py

Lines changed: 1 addition & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

resources/account-data-api.yaml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -423,7 +423,6 @@ components:
423423
- latestUnrealizedPnlE9
424424
- unrealizedPnlChangeE9
425425
- unrealizedPnlChangePercentageE9
426-
- totalValueE9
427426
- values
428427
properties:
429428
latestValueE9:
@@ -450,10 +449,6 @@ components:
450449
type: string
451450
description: Percentage change in unrealized PnL from the first to the last value in the interval (e9 format).
452451
example: "0"
453-
totalValueE9:
454-
type: string
455-
description: Total value across all data points (e9 format).
456-
example: "0"
457452
values:
458453
type: array
459454
items:

rust/gen/bluefin_api/docs/AccountValueHistory.md

Lines changed: 0 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

rust/gen/bluefin_api/src/models/account_value_history.rs

Lines changed: 1 addition & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

ts/sdk/src/api.ts

Lines changed: 0 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

ts/sdk/src/docs/AccountValueHistory.md

Lines changed: 0 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)