MarketTradeSpdPrice Property

Returns the last traded price, this includes trades due to spreads trading where available, if any. Will be null if there is no last trade price.

Definition

Namespace: T4.API
Assembly: T4API.47 (in T4API.47.dll) Version: 4.7.0.0 (4.7.68.4)
C#
public decimal? SpdPrice { get; }

Property Value

NullableDecimal

Remarks

Trades occuring in outrights due to spreads trading can be off the market, hence these trades should not be used for charting or triggering of stops etc.

See Also