Infinite grid creation parameters. Aligned with the app: money, price_floor, and profit_per_grid are required; grid_num and price_type are optional (defaults applied server-side when omitted).
| Name | Type | Description | Notes |
|---|
| money | String | | |
| priceFloor | String | price floor | |
| profitPerGrid | String | Profit per square | |
| gridNum | Integer | Optional; may be omitted like in the app. | [optional] |
| priceType | PriceTypeEnum | Optional. `0` arithmetic grid; `1` geometric; omit for server defaults. | [optional] |
| triggerPrice | String | | [optional] |
| stopProfit | String | | [optional] |
| stopLoss | String | | [optional] |
| profitSharingRatio | String | | [optional] |
| isUseBase | Boolean | | [optional] |
| Name | Value |
|---|
| NUMBER_0 | 0 |
| NUMBER_1 | 1 |