ApiTraderSearchResponseDTO¶
stonepy.models.ApiTraderSearchResponseDTO.ApiTraderSearchResponseDTO
¶
Bases: ResponseModel
Response to a search of CI Connect traders ( Search ) . Note: this API call response is for the use of the CI Connect social trading platform and only users registered with CI Connect are returned.
total_number_of_results
class-attribute
instance-attribute
¶
The total number of results matching the search criteria returned.
traders
class-attribute
instance-attribute
¶
traders: ApiTraderDetailsDTO | None = Field(
default=None, alias="Traders"
)
The list containing the details of the traders matching the search criteria.