Table of Contents

Enum ConnectionType

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

Possible options regarding connection use.

[Flags]
public enum ConnectionType
Extension Methods

Fields

MarketData = 1

Market data functionality will be available for the connection.

This option may or may not require having an account on the connected exchange.

Trading = 2

Trading functionality will be available for the connection.

This option requires having an account on the connected exchange.

FullTrading = MarketData | Trading

Market data and trading functionality will be available for the connection.

This option requires having an account on the connected exchange.