# README
otp-common
Go module containing common code used by the services of the Open Trading Platform
# Packages
Package api contains Code to interact with the apis of standard otp service interfaces.
Package bootstrap contains utility functions to read environment variables, if a default is not provided and the value of an environment variable is not set then the application will panic.
No description provided by the author
Package loadbalancing contains utility functions used in load balancing.
Package marketdata contains code to assist in building services that handle market data.
No description provided by the author
Types and functions to be used by services that manage orders.
Package orderstore contains implementations of stores used to store order updates.
No description provided by the author
Package strategy contains types and functions to be used to create execution trading strategies.