MCPcopy Create free account
hub / github.com/TraderAlice/OpenAlice / toString

Method toString

packages/ibkr/src/common.ts:397–405  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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}

Callers

nothing calls this directly

Calls 1

intMaxStringFunction · 0.70

Tested by

no test coverage detected