HostTradeSummary Field

Whether the API provides Trade Summary market and chart trade data or if it provides the breakdown of individual resting orders that took part in each trade.

Definition

Namespace: T4.API
Assembly: T4API.47 (in T4API.47.dll) Version: 4.7.0.0 (4.7.68.4)
C#
public static bool TradeSummary

Field Value

Boolean

Remarks

True (by default) will cause chart data and trade events to provide the trade summary data. False will provide data and events for each resting order that took part in the trade, if known.

See Also