Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

Indexable

[key: string]: any

Index

Properties

actionTimestamp

actionTimestamp: number

actionType

actionType: number

brokerId

brokerId: string

position

position: number

positionSizing

positionSizing: number

stockId

stockId: string

uid

uid: number

Methods

init

  • init(uid: number, stockId: string, actionType: number, position: number, positionSizing: number, brokerId: string, actionTimestamp: number): void

Static compositeModelFromRow

Static modelFromRow

  • modelFromRow<T>(row: any, type: object): T

Static modelsFromRows

  • modelsFromRows<T>(rows: any[], type: object): T[]