OrderHistoryTag Property

Free text string for the order specified when the order is created.

Definition

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

Property Value

String

Remarks

This value is provided to allow applications to tag orders with a meaningful identifier or code so that they can recognise the order. This tag is never changed by the system and will remain with the order forever. It can be changed when revising or pulling the order.

See Also