Table of Contents

Delegate ConnectionOptions.OnConnectedDelegateAsync

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

Callback called after a new connection is established with the connected ExchangeMarket after the previous connection was lost.

public delegate Task ConnectionOptions.OnConnectedDelegateAsync(ITradeApiClient tradeApiClient)

Parameters

tradeApiClient ITradeApiClient

Trade API client that has been connected.

Returns

Task

A Task representing the asynchronous operation.

Extension Methods