Skip to content

ApiAdvisoryTradeOrderResponseDTO

stonepy.models.ApiAdvisoryTradeOrderResponseDTO.ApiAdvisoryTradeOrderResponseDTO

Bases: ResponseModel

Used when Trading Advisors place an advisory trade on behalf of their clients. This is the same as ApiTradeOrderResponseDTO , one for each managed instruction that was created and processed for the advisory trade.

managed_instructions class-attribute instance-attribute

managed_instructions: (
    list[ApiManagedInstructionResponseDTO] | None
) = Field(default=None, alias="ManagedInstructions")

This is a list containing the details of each managed instruction that was automatically created and processed as part of a Trading Advisor's instruction.