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 | int | Optional; may be omitted like in the app. | [optional] |
| PriceType | int | Optional. `0` arithmetic grid; `1` geometric; omit for server defaults. | [optional] |
| TriggerPrice | string | [optional] | |
| StopProfit | string | [optional] | |
| StopLoss | string | [optional] | |
| ProfitSharingRatio | string | [optional] | |
| IsUseBase | bool | [optional] |