AccountSubscribe Method

Subscribes to the account so that account, position and order updates can be received.

Definition

Namespace: T4.API
Assembly: T4API.47 (in T4API.47.dll) Version: 4.7.0.0 (4.7.68.4)
C#
public void Subscribe()

Remarks

Account updates (P&L etc), position updates (net position, P&L etc) and order updates will only be received by accounts that have been subscribed to.

See Also