Skip to content

Commit 6d00ecc

Browse files
authored
Add files via upload
1 parent 649c205 commit 6d00ecc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fmz.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -565,7 +565,7 @@ class _TICKER(_CSTRUCT):
565565
class _FUNDING(_CSTRUCT):
566566
_fields_ = [("Time", ctypes.c_ulonglong),
567567
("Rate", ctypes.c_double),
568-
("Period", ctypes.c_uint),
568+
("Interval", ctypes.c_uint),
569569
("Symbol", ctypes.c_char * 31)]
570570

571571
class _RECORD(_CSTRUCT):

0 commit comments

Comments
 (0)