Logs#

logs.Log()

Log class.

logs.OrderLog(order_id, market_id, time, ...)

Order log class.

logs.CancelLog(order_id, market_id, ...[, ...])

Cancel type log class.

logs.ExecutionLog(market_id, time, ...)

Execution type log class.

logs.SimulationBeginLog(simulator)

Simulation beginning log class.

logs.SimulationEndLog(simulator)

Simulation ending log class.

logs.SessionBeginLog(session, simulator)

Session beginning log class.

logs.SessionEndLog(session, simulator)

Session ending log class.

logs.MarketStepBeginLog(session, market, ...)

Market step beginning log class.

logs.MarketStepEndLog(session, market, simulator)

Market step ending log class.