ActiveBrokerInterface constructor

ActiveBrokerInterface(
  1. AuthenticationManager authManager
)

Creates a new ActiveBrokerInterface with the given authManager.

Implementation

ActiveBrokerInterface(AuthenticationManager authManager) : super(authManager);