# Functions
ParseTask parses the taskString and returns the corresponding Task.
# Constants
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Variables
No description provided by the author
# Structs
ExampleAnnotation is the most basic model of Annotation, storing human-readable interpretation results at a specific point in time.
OrderEvent represents the order event that the worker dispatches to external systems.
Packet is a struct used to transfer data between jobs.
Pair is a struct used to pass together the output data generated by a machine learning model at a specific point in time (predicted value) and the actual trading data at the point(current value).
No description provided by the author
TradeCommand represents an order in the system.