Class Future

A Future Contract

Hierarchy

  • Future

Implements

Constructors

  • Parameters

    • symbol: string
    • localSymbol: string
    • lastTradeDateOrContractMonth: string
    • exchange: string
    • multiplier: number
    • Optional currency: string

    Returns Future

Properties

currency?: string

The trading currency.

exchange: string

The destination exchange.

lastTradeDateOrContractMonth: string

The contract's last trading day or contract month (for Options and Futures).

Strings with format YYYYMM will be interpreted as the Contract Month whereas YYYYMMDD will be interpreted as Last Trading Day.

localSymbol: string

The contract's symbol within its primary exchange For options, this will be the OCC symbol.

multiplier: number

The instrument's multiplier (i.e. options, futures).

secType: SecType = SecType.FUT

The security type

symbol: string

The asset symbol.

Generated using TypeDoc