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
ExchangeInfoInformation 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
isnull
.