Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

Indexable

[key: string]: any

Index

Properties

carryingCost

carryingCost: number

dilutedCost

dilutedCost: number

expectIn

expectIn: number = 0

expectOut

expectOut: number = 0

sizing

sizing: number

stockId

stockId: string

uid

uid: number

Methods

init

  • init(uid: number, stockId: string, dilutedCost: number, carryingCost: number, sizing: number, expectOut?: number, expectIn?: number): void

Static compositeModelFromRow

Static modelFromRow

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

Static modelsFromRows

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