Skip to main content

Interface: PositionParam

Represents the parameters of a Chromatic position.

Properties

claimTimestamp

Optional claimTimestamp: bigint

The timestamp when the position was claimed

Defined in

packages/sdk-ethers-v6/src/entities/ChromaticPosition.ts:25


id

Optional id: bigint

The position identifier

Defined in

packages/sdk-ethers-v6/src/entities/ChromaticPosition.ts:17


makerMargin

makerMargin: bigint

The amount of maker's margin

Defined in

packages/sdk-ethers-v6/src/entities/ChromaticPosition.ts:21


openTimestamp

openTimestamp: bigint

The timestamp when the position was opened

Defined in

packages/sdk-ethers-v6/src/entities/ChromaticPosition.ts:23


qty

qty: bigint

The quantity of the position

Defined in

packages/sdk-ethers-v6/src/entities/ChromaticPosition.ts:27


takerMargin

takerMargin: bigint

The amount of collateral that a trader must provide

Defined in

packages/sdk-ethers-v6/src/entities/ChromaticPosition.ts:19