Class FOP

A Future Option Contract

Hierarchy

  • FOP

Implements

Constructors

  • Parameters

    • symbol: string
    • expiry: string
    • strike: number
    • right: OptionType
    • Optional multiplier: number
    • Optional exchange: string
    • Optional currency: string

    Returns FOP

Properties

currency?: string

The trading currency.

exchange?: string

The destination exchange.

expiry: string
multiplier?: number

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

right: OptionType

Either Put or Call (i.e. Options). Valid values are P, PUT, C, CALL.

secType: SecType = SecType.FOP

The security type

strike: number

The option's strike price.

symbol: string

The asset symbol.

Generated using TypeDoc