Mariner Backtesting - client.Client()

Construct a new CloudQuant client that talks to the master server.

Interface
 client = Client(master='https://tath.kershnertrading.com', token='YOUR_TOKEN')
Parameters
Name Type Default Description
master string None URL pointing to a server that runs the TATH proxy server.
token string None UUID token used to authenticate users with the server.
Returns
Type Description
Client The constructed client object.