Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • ExchangeContract

Index

Constructors

constructor

  • new ExchangeContract(code: string, expirationDate: Date, underlyingStartDate: Date, underlyingEndDate: Date): ExchangeContract
  • Parameters

    • code: string
    • expirationDate: Date
    • underlyingStartDate: Date
    • underlyingEndDate: Date

    Returns ExchangeContract

Properties

Protected _code

_code: string

Protected _expirationDate

_expirationDate: Date

Protected _underlyingEndDate

_underlyingEndDate: Date

Protected _underlyingStartDate

_underlyingStartDate: Date

Methods

code

  • code(): string
  • Returns string

expirationDate

  • expirationDate(): Date
  • Returns Date

underlyingEndDate

  • underlyingEndDate(): Date
  • Returns Date

underlyingStartDate

  • underlyingStartDate(): Date
  • Returns Date