Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IIntrumentInterval

Hierarchy

  • IIntrumentInterval

Index

Properties

Properties

name

name: string

Trading session name

Optional orderTypes

orderTypes?: null | Record<string, unknown[]>

Available order types

period

period: { end: number; start: number }

Trading session interval

Type declaration

  • end: number

    Session end timestamp in ms

  • start: number

    Session start timestamp in ms