public method IFXConnectLiteSession.attach

Brief

Attaching to an existing session by JSON web token

Declaration

protojavascriptjavacsharp
public attach(jwt : string, tradingSystemUrl : string, connection : string) : void

Parameters
jwt

The JSON web token

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'

Details

Declared in IFXConnectLiteSession

back