Table of Contents

Delegate ConnectionOptions.OnDisconnectedDelegateAsync

Namespace
WhalesSecret.TradeScriptLib.API.TradingV1
Assembly
WhalesSecret.TradeScriptLib.dll

Callback called a connection to ExchangeMarket is lost.

public delegate Task ConnectionOptions.OnDisconnectedDelegateAsync(ITradeApiClient tradeApiClient)

Parameters

tradeApiClient ITradeApiClient

Trade API client that has been disconnected.

Returns

Task

A Task representing the asynchronous operation.

Extension Methods