Options
All
  • Public
  • Public/Protected
  • All
Menu

Represents a single placed order data.

Hierarchy

  • OrderAcknowledgement

Index

Constructors

Properties

Accessors

Constructors

constructor

Properties

Private _clientId

_clientId: string

Private _id

_id: number

Private _symbol

_symbol: string

Private _timestamp

_timestamp: Date

Accessors

clientId

  • get clientId(): string
  • set clientId(value: string): void

id

  • get id(): number
  • set id(value: number): void

symbol

  • get symbol(): string
  • set symbol(value: string): void

timestamp

  • get timestamp(): Date
  • set timestamp(value: Date): void

Generated using TypeDoc