Table of Contents

Interface ITradeApiV1

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

Trade script trade API interface version 1.0.0.

public interface ITradeApiV1 : IVersionedApiV1
Inherited Members
Extension Methods

Methods

ConnectAsync(ExchangeMarket, ConnectionOptions?)

Connects to exchangeMarket and does appropriate API initialization to allow fully-fledged trading.

If the logged in WhalesSecret account is already connected to the exchange, the operation succeeds immediately.

If the connection is lost, an automatic reconnect is attempted.