Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
27
function
decimalMaxString(val: Decimal): string {
28
return
val.eq(UNSET_DECIMAL) ?
''
: val.toString()
29
}
30
31
function
intMaxString(val: number): string {
32
return
val === UNSET_INTEGER ?
''
: String(val)
Callers
6
toString
Method · 0.70
toString
Method · 0.70
toString
Method · 0.70
toString
Method · 0.70
toString
Method · 0.70
toString
Method · 0.70
Calls
1
toString
Method · 0.45
Tested by
no test coverage detected