Table of Contents

Property LastQuantity

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

LastQuantity

Quantity of the last trade, or null if the last quantity is not available.

[JsonPropertyName("q")]
public decimal? LastQuantity { get; }

Property Value

decimal?