-
Notifications
You must be signed in to change notification settings - Fork 28
OrderBookEntry
Thiago W. Alves edited this page Feb 6, 2019
·
5 revisions
price : float
size : int
destination : str
time : datetime.datetime
-
price : float
The price of the order book entry.
-
size : int
The size of the order book entry.
-
destination : str
The destination of the order book entry.
-
time : datetime.datetime
The time of the order book entry.
None
Overview
Classes