OrderExecutingLoginID Property

The exchange login that executed this order.

Definition

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

Property Value

String

Remarks

This is the actual exchange login that executed this order. Multiple orders for the same account and exchange may be executed by different logins. Additionally, the login for an order may change during the lifetime of that order.

This value is set by an administrator for the firm on a per account per exchange basis.

See Also