# CoreApi.InvestmentsFilter

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**managerId** | **String** |  | [optional] 
**brokerId** | **String** |  | [optional] 
**brokerTradeServerId** | **String** |  | [optional] 
**investMaxAmountFrom** | **Number** |  | [optional] 
**investMaxAmountTo** | **Number** |  | [optional] 
**sorting** | **String** |  | [optional] 
**skip** | **Number** |  | [optional] 
**take** | **Number** |  | [optional] 


<a name="SortingEnum"></a>
## Enum: SortingEnum


* `ByRatingAsc` (value: `"ByRatingAsc"`)

* `ByRatingDesc` (value: `"ByRatingDesc"`)

* `ByProfitAsc` (value: `"ByProfitAsc"`)

* `ByProfitDesc` (value: `"ByProfitDesc"`)

* `ByOrdersAsc` (value: `"ByOrdersAsc"`)

* `ByOrdersDesc` (value: `"ByOrdersDesc"`)




