Skip to content

Latest commit

 

History

History
27 lines (20 loc) · 1.01 KB

File metadata and controls

27 lines (20 loc) · 1.01 KB

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 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]

Enum: PriceTypeEnum

Name Value
NUMBER_0 0
NUMBER_1 1