Mariner Backtesting - Service - service object

Service Overview

A control interface for general actions that a trading strategy can take in response to a market event.

Attributes:
Name Type Information
is_tracing boolean Return a boolean representing whether the Service object is in trace-mode.
symbol_list ListObj A snapshot of past list data.
system_time integer A microsecond timestamp indicating when the most-recent market event occurred. This includes events other than trades.
Methods: