Skip to content
Thiago W. Alves edited this page Feb 6, 2019 · 10 revisions

Constructors:

Properties:

  • type
  • symbol
  • size
  • price
  • id
  • timestamp

Order(type, symbol, size, price=0.0, id="")

Parameters

  • type : shift::Order::Type

  • symbol : str

  • size : int

  • price : float

  • id : str

Return Value

None


Clone this wiki locally