Interface Position

A position on an IBKR account.

Hierarchy

  • Position

Properties

account: string

The IBKR account Id.

avgCost?: number

The average cost of the position.

contract: Contract

The position's [[Contract]]

marketPrice?: number

the market price of the contract.

marketValue?: number

the market value of the position.

pos: number

The number of positions held.

realizedPNL?: number

The realized PNL of the position.

unrealizedPNL?: number

The unrealized PNL of the position.

Generated using TypeDoc