static public method FXConnectLiteSessionFactory.create

Brief

Creates a session of connection to the trading system

Declaration

protojavascriptjavacsharp
public static create(applicationName : string) : IFXConnectLiteSession

Parameters
applicationName

The application name

Returns

The method returns session of connection to the trading system as an instance of the IFXConnectLiteSession interface

Details

See also: IFXConnectLiteSession

Declared in FXConnectLiteSessionFactory

back