Table of Contents

Namespace WhalesSecret.TradeScriptLib.API

Namespaces

WhalesSecret.TradeScriptLib.API.EventV1
WhalesSecret.TradeScriptLib.API.ExternalV1
WhalesSecret.TradeScriptLib.API.LoggingV1
WhalesSecret.TradeScriptLib.API.TradingV1

Interfaces

ICoreApiV1

Trade script fundamental and infrastructure API interface version 1.0.0.

IEventApiV1

Trade script event API interface version 1.0.0.

IExternalApiV1

Interface for trade script's access to an external data source version 1.0.0.

ILogApiV1

Trade script logging API interface version 1.0.0.

IScriptApiV1

Trade script API interface version 1.0.0.

IStorageApiV1

Trade script storage API interface version 1.0.0.

ITradeApiV1

Trade script trade API interface version 1.0.0.

IVersionedApiV1

Interface for all APIs of default version 1.0.0.

Delegates

IExternalApiV1.ExternalDataErrorHandlerAsync

Callback method that is called when an error occurs while an attempt to get external data was made. Error to get data only indicates one failed attempt. More attempts to get new data will be made in the future. Each failure attempt leads to a single call of the callback.

IExternalApiV1.NewExternalDataHandlerAsync

Callback method that is called when new data is received from the external data source.