Skip to content

Commit fd6d051

Browse files
author
Shlomi Kushchi
authored
change micro to milli
1 parent 088c572 commit fd6d051

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

alpaca_trade_api/entity.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -142,10 +142,10 @@ class _NanoTimestamped(_Timestamped):
142142
unit = 'ns'
143143

144144

145-
class _MicroTimestamped(_Timestamped):
145+
class _MilliTimestamped(_Timestamped):
146146
unit = 'ms'
147147

148-
class Agg(_MicroTimestamped, Entity):
148+
class Agg(_MilliTimestamped, Entity):
149149
pass
150150

151151

0 commit comments

Comments
 (0)