Interface PositionsOverall

Overall status of positions for the current trading day.

Hierarchy

  • PositionsOverall

Properties

buyValue: number

Total buy value.

closedCount: number

Total number of positions closed.

count: number

Total number of positions present.

openCount: number

Total number of positions opened.

realizedReturns: number

Profit and losses when the owned product is sold.

returns: number

Total profit and losses.

sellValue: number

Total sell value.

unrealizedReturns: number

Profit and loses when the product is owned, but is not sold.

Generated using TypeDoc