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
ITradeApiClientTrade API client that has been connected.
Returns
- Extension Methods