interface IFXConnectLiteSession

Parents

object

Brief

The interface for getting access to the trading system

Public Methods

attach

Attaching to an existing session by JSON web token

getAccountCommissionsManager

Gets the account commissions manager

getAccountsManager

Gets the accounts manager

getClientMessagesManager

Gets the client messages manager

getClosedPositionsManager

Gets the closed positions manager

getClosedPositionsManagerByAccount

Gets the closed positions manager

getConnectionStatus

Gets the current status of connection to the trading system

getInstrumentsManager

Gets the instruments manager

getLeverageProfilesManager

Gets the leverage profiles manager

getMarginProvider

Gets the margin provider

getOffersManager

Gets the offers manager

getOpenPositionsManager

Gets the open positions manager

getOpenPositionsManagerByAccount

Gets the open positions manager by account

getOrdersManager

Gets the orders manager

getOrdersManagerByAccount

Gets the orders manager

getPositionsSummaryManager

Gets the positions summary manager

getPositionsSummaryManagerByAccount

Gets the positions summary manager

getPriceHistoryManager

Gets the history prices manager

getRolloverProfilesManager

Gets the rollover profiles manager

getSystemSettingsProvider

Gets the system settings provider

getTradingSettingsProvider

Gets the trading settings provider

login

Logs the user in to the trading system

loginBySsoToken

Logs the user in to the trading system by SSO token

logout

Closes the existing connection with the trading system

setEventLogger

Sets the event logger

setLogger

Sets the logger

subscribeConnectionStatusChange

Subscribes to the connection status change event

unsubscribeConnectionStatusChange

Unsubscribes from the connection status change event

back