Table of Contents

Property Price

Namespace
WhalesSecret.TradeScriptLib.Entities.Orders
Assembly
WhalesSecret.TradeScriptLib.dll

Price

The highest (the lowest) price for which to buy (sell) base symbol of SymbolPair.

public decimal Price { get; }

Property Value

decimal

Remarks

Asset price may actually go negative, but this is a very rare scenario. We do not support negative prices as in most cases negative prices represent bugs in user trade scripts.