Property | Type | Description | |
---|---|---|---|
CiApi | System | ||
SetUpApiForMocking | void |
Method | Description | |
---|---|---|
Login ( string username, string password, string tradingUrl ) : ApiLogOnResponseDTO | ||
Logout ( ) : void |
Method | Description | |
---|---|---|
CiApi ( ) : System | ||
SetUpApiForMocking ( IApiConnection apiConnection, IStreamingManager streamingManager ) : void |
public Login ( string username, string password, string tradingUrl ) : ApiLogOnResponseDTO | ||
username | string | |
password | string | |
tradingUrl | string | |
return | ApiLogOnResponseDTO |