Skip to content

Commit 1abc814

Browse files
committed
update name
1 parent 2735da7 commit 1abc814

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

PyFin/api/Analysis.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -231,8 +231,8 @@ def IIF(flag, left, right):
231231
return SecurityIIFValueHolder(flag, left, right)
232232

233233

234-
HIGH = functools.partial(LAST, 'highPrice')
235-
LOW = functools.partial(LAST, 'lowPrice')
234+
HIGH = functools.partial(LAST, 'highesrPrice')
235+
LOW = functools.partial(LAST, 'lowestPrice')
236236
OPEN = functools.partial(LAST, 'openPrice')
237237
CLOSE = functools.partial(LAST, 'closePrice')
238238

0 commit comments

Comments
 (0)