Skip to content

ApiAssociatedResponseDTO

stonepy.models.ApiAssociatedResponseDTO.ApiAssociatedResponseDTO

Bases: ResponseModel

Associated order details forming part of a response DTO. An associated order is linked to a net position rather than to specific individual trades.

stop class-attribute instance-attribute

stop: ApiOrderResponseDTO | None = Field(
    default=None, alias="Stop"
)

The associated stop order response.

limit class-attribute instance-attribute

limit: ApiOrderResponseDTO | None = Field(
    default=None, alias="Limit"
)

The associated limit order response.