Property OnConnectedAsync
- Namespace
- WhalesSecret.TradeScriptLib.API.TradingV1
- Assembly
- WhalesSecret.TradeScriptLib.dll
OnConnectedAsync
Callback called when an exchange connection is established and user can trade, or null
if not set.
public ConnectionOptions.OnConnectedDelegateAsync? OnConnectedAsync { get; init; }
Property Value
Remarks
The callback is called in a blocking way so it should finish as soon as possible to avoid delaying other operations.