Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 1.13 KB

File metadata and controls

23 lines (18 loc) · 1.13 KB

Io.Gate.GateApi.Model.InfiniteGridCreateParams

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).

Properties

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]

[Back to Model list] [Back to API list] [Back to README]