Interfaces
BatchOrderPattern
Documentation for BatchOrderPattern
solana-agent-kit / BatchOrderPattern
Interface: BatchOrderPattern
Defined in: types/index.ts:213
Properties
side
side:
string
Defined in: types/index.ts:214
totalQuantity?
optional
totalQuantity:number
Defined in: types/index.ts:215
priceRange?
optional
priceRange:object
Defined in: types/index.ts:216
min?
optional
min:number
max?
optional
max:number
spacing?
optional
spacing:object
Defined in: types/index.ts:220
type
type:
"percentage"
|"fixed"
value
value:
number
numberOfOrders?
optional
numberOfOrders:number
Defined in: types/index.ts:224
individualQuantity?
optional
individualQuantity:number
Defined in: types/index.ts:225
Was this page helpful?