PreparePositionEntryArgs
Arguments for StartPreparePositionEntry.
| Field | Type | Required | Nullable | Default | Description |
|---|---|---|---|---|---|
IdempotencyKey | str | Yes | No | Client-provided idempotency key used to de-duplicate requests and enable safe retries. | |
PositionName | str | Yes | No | User-facing name for the new position to be created. | |
StrategyId | int | Yes | No | Live strategy id to enter. | |
BrokerAccountId | str | Yes | No | Target broker account id to enter the position on. | |
LegSelectionConstraint | LiveLegSelectionConstraint | Yes | No | Constraint for how option legs may be selected (uniqueness rules). | |
Underlying | LiveUnderlying | Yes | No | Underlying used as the basis for leg selection and quoting. | |
DataProvider | DataProviderType | Yes | Yes | Optional override for which market data provider to use. null = server default. |