Skip to content

ApiManagedInstructionResponseDTO

stonepy.models.ApiManagedInstructionResponseDTO.ApiManagedInstructionResponseDTO

Bases: ResponseModel

The response details of each managed instruction that was automatically created and processed as part of a Trading Advisor's instruction.

managed_trading_account_id class-attribute instance-attribute

managed_trading_account_id: int | None = Field(
    default=None, alias="ManagedTradingAccountId"
)

The ID for the managed trading account for which the instruction was placed.

status class-attribute instance-attribute

status: int | None = Field(default=None, alias='Status')

The instruction status. The table of lookup codes can be found at Lookup Values .

status_reason class-attribute instance-attribute

status_reason: int | None = Field(
    default=None, alias="StatusReason"
)

The instruction status reason. The table of lookup codes can be found at Lookup Values .

orders class-attribute instance-attribute

orders: list[ApiOrderResponseDTO] | None = Field(
    default=None, alias="Orders"
)

The list of order requests placed by the Trading Advisor for the managed account.