static public method FXConnectLiteSessionFactory.createWithCustomParametersCreates a session of connection to the trading system with custom parameters
Declaration
protojavascriptjavacsharppublic static createWithCustomParameters(applicationName : string, connectionParameters : IConnectionParameters) : IFXConnectLiteSession
| Parameters | |
applicationName |
The application name |
connectionParameters |
The connection parameters |
Returns
The method returns a session of connection to the trading system, which allows for providing custom connection parameters
See also: IConnectionParameters, IFXConnectLiteSession
Declared in FXConnectLiteSessionFactory