Skip to content

Commit 088c572

Browse files
author
Shlomi Kushchi
authored
fix class unit
1 parent 0deb567 commit 088c572

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

alpaca_trade_api/entity.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ def __getattr__(self, key):
139139

140140

141141
class _NanoTimestamped(_Timestamped):
142-
unit = 'ms'
142+
unit = 'ns'
143143

144144

145145
class _MicroTimestamped(_Timestamped):

0 commit comments

Comments
 (0)