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

Function decimalMaxString

packages/ibkr/src/common.ts:27–29  ·  view source on GitHub ↗
(val: Decimal)

Source from the content-addressed store, hash-verified

25}
26
27function decimalMaxString(val: Decimal): string {
28 return val.eq(UNSET_DECIMAL) ? '' : val.toString()
29}
30
31function intMaxString(val: number): string {
32 return val === UNSET_INTEGER ? '' : String(val)

Callers 6

toStringMethod · 0.70
toStringMethod · 0.70
toStringMethod · 0.70
toStringMethod · 0.70
toStringMethod · 0.70
toStringMethod · 0.70

Calls 1

toStringMethod · 0.45

Tested by

no test coverage detected