Table of Contents

Constructor OrderRequestBuilder

Namespace
WhalesSecret.TradeScriptLib.Utils.Orders
Assembly
WhalesSecret.TradeScriptLib.dll

OrderRequestBuilder(ExchangeInfo)

Creates a new instance of the object.

public OrderRequestBuilder(ExchangeInfo exchangeInfo)

Parameters

exchangeInfo ExchangeInfo

Information about an exchange market and its tradable pairs.

Exceptions

NotSupportedException

Thrown if an unsupported class is used as the generic parameter of the builder.

InvalidArgumentException

Thrown if exchangeInfo is null.