public method IFXConnectLiteSession.login

Brief

Logs the user in to the trading system

Declaration

protojavascriptjavacsharp
public login(user : string, password : string, tradingSystemUrl : string, connection : string, loginCallback : ILoginCallback) : void

Parameters
user

The username

password

The password

tradingSystemUrl

The URL of the server. The URL must be a full URL, including the path to the host descriptor

connection

The name of the connection, for example 'Demo' or 'Real'

loginCallback

An instance of the callback class for handling login events

Details

See also: ILoginCallback

Declared in IFXConnectLiteSession

back