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
¶
The ID for the managed trading account for which the instruction was placed.
status
class-attribute
instance-attribute
¶
The instruction status. The table of lookup codes can be found at Lookup Values .
status_reason
class-attribute
instance-attribute
¶
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.