> ## Documentation Index
> Fetch the complete documentation index at: https://docs.sendai.fun/llms.txt
> Use this file to discover all available pages before exploring further.

# BatchOrderPattern

> Documentation for BatchOrderPattern

[**solana-agent-kit v1.3.7**](../README.md)

***

[solana-agent-kit](../README.md) / BatchOrderPattern

# Interface: BatchOrderPattern

Defined in: [types/index.ts:213](https://github.com/sendaifun/solana-agent-kit/blob/6acfa958180602da3c2d2ac883bf660ca90dba2f/src/types/index.ts#L213)

## Properties

### side

> **side**: `string`

Defined in: [types/index.ts:214](https://github.com/sendaifun/solana-agent-kit/blob/6acfa958180602da3c2d2ac883bf660ca90dba2f/src/types/index.ts#L214)

***

### totalQuantity?

> `optional` **totalQuantity**: `number`

Defined in: [types/index.ts:215](https://github.com/sendaifun/solana-agent-kit/blob/6acfa958180602da3c2d2ac883bf660ca90dba2f/src/types/index.ts#L215)

***

### priceRange?

> `optional` **priceRange**: `object`

Defined in: [types/index.ts:216](https://github.com/sendaifun/solana-agent-kit/blob/6acfa958180602da3c2d2ac883bf660ca90dba2f/src/types/index.ts#L216)

#### min?

> `optional` **min**: `number`

#### max?

> `optional` **max**: `number`

***

### spacing?

> `optional` **spacing**: `object`

Defined in: [types/index.ts:220](https://github.com/sendaifun/solana-agent-kit/blob/6acfa958180602da3c2d2ac883bf660ca90dba2f/src/types/index.ts#L220)

#### type

> **type**: `"percentage"` | `"fixed"`

#### value

> **value**: `number`

***

### numberOfOrders?

> `optional` **numberOfOrders**: `number`

Defined in: [types/index.ts:224](https://github.com/sendaifun/solana-agent-kit/blob/6acfa958180602da3c2d2ac883bf660ca90dba2f/src/types/index.ts#L224)

***

### individualQuantity?

> `optional` **individualQuantity**: `number`

Defined in: [types/index.ts:225](https://github.com/sendaifun/solana-agent-kit/blob/6acfa958180602da3c2d2ac883bf660ca90dba2f/src/types/index.ts#L225)
