BotOnDeinit Method

Put the bot deinitialization logic here

Definition

Namespace: SharpTraderBot
Assembly: SharpTraderBot (in SharpTraderBot.dll) Version: 1.0.0
C#
public virtual void OnDeinit()

Example

C#
public override void OnDeinit()
{
    //This method is called when you stop Bot
}

See Also