Table of Contents

Property LastPrice

Namespace
WhalesSecret.TradeScriptLib.Entities.MarketData
Assembly
WhalesSecret.TradeScriptLib.dll

LastPrice

Price of the last trade, or null if the last price is not available.

[JsonPropertyName("p")]
public decimal? LastPrice { get; }

Property Value

decimal?