PlatformClientHost Class (Component)

The PlatformClientHost allows access to the active account number in TradeStation and lets you set an event to monitor changes in the account number made by other components.

Namespace: elplatform.platform

Properties

   Additional properties, methods, and events are described in the classes listed under Inheritance Hierarchy (see below).

  Name Type Description
Public property ActiveAccountID string Gets the ID of the current account.
Public property ActiveAccountInfo object Gets the DynamicProperites object for the account.
Public property ClientWindow object Gets the Window of the current client.
Methods
  Name Description
Public property Create() Initializes a new instance of the class.
Events
  Name Description
 Public event ActiveAccountChanged Occurs whenever the account id is updated. See ActiveAccountChangeEventArgs for the properties returned by the handler's args parameters.