Skip to content

OrderBookEntry

Thiago W. Alves edited this page Feb 26, 2019 · 5 revisions

Constructors:

Properties:

  • price : float
  • size : int
  • destination : str
  • time : datetime.datetime

OrderBookEntry(price, size, destination, time)

Parameters

  • price : float

    The price of the order book entry.

  • size : int

    The size of the order book entry (1 size = 100 shares).

  • destination : str

    The destination of the order book entry.

  • time : datetime.datetime

    The time of the order book entry.

Return Value

None


Clone this wiki locally