ListPositionsArgs
Arguments for ListPositions.
| Field | Type | Required | Nullable | Default | Description |
|---|---|---|---|---|---|
Kind | LivePositionKindFilter | No | No | LivePositionKindFilter.StrategyOrExecutionPlan | Which position namespace to query. |
LiveStrategyId | int | No | Yes | Optional filter by live strategy id. | |
LiveExecPlanId | int | No | Yes | Optional filter by live execution plan id. | |
BrokerAccountId | str | No | Yes | Optional filter by broker account id. | |
UnderlyingContractId | int | No | Yes | Optional filter by underlying live contract id. | |
State | LivePositionState | No | Yes | Optional filter by live position state. | |
Limit | int | No | Yes | Maximum number of items to return. The server may cap this value. | |
ContinuationToken | str | No | Yes | Pagination token returned by a previous ListPositions call. |