ListLegsArgs
Arguments for ListLegs.
| Field | Type | Required | Nullable | Default | Description |
|---|---|---|---|---|---|
LivePositionId | int | No | Yes | Optional filter by live position id. | |
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. | |
IsOpen | bool | No | Yes | Optional filter by open/closed state. null = both open and closed. | |
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 ListLegs call. |