()
| 395 | totalLimit: number = UNSET_INTEGER |
| 396 | |
| 397 | toString(): string { |
| 398 | return ( |
| 399 | `WshEventData. ConId: ${intMaxString(this.conId)}, ` + |
| 400 | `Filter: ${this.filter}, ` + |
| 401 | `Fill Watchlist: ${+this.fillWatchlist}, ` + |
| 402 | `Fill Portfolio: ${+this.fillPortfolio}, ` + |
| 403 | `Fill Competitors: ${+this.fillCompetitors}` |
| 404 | ) |
| 405 | } |
| 406 | } |
nothing calls this directly
no test coverage detected