snb2013
snb2013
Config: ``` \Connections\Connection_RSSL1\rsslPort = "14002" \Connections\Connection_RSSL1\ServerList = "REPLACE_TO_SERVER_NAME" \Connections\Connection_RSSL1\connectionType = "RSSL" \Connections\Connection_RSSL1\UserName = "REPLACE_TO_USER_NAME" \Connections\Connection_RSSL1\Position = "127.0.0.1" \Connections\Connection_RSSL1\ServiceName = "ELEKTRON_CONNECT" \Sessions\Session1\connectionList = "Connection_RSSL1" ``` Example: ``` import pyrfa p =...
From documentation https://github.com/devcartel/pyrfa/blob/master/API.md#timeseries it is unclear which dates are used to get time series by getTimeSeries method. In fact, last dates are received. But I want to be sure in...
## Checklist - [v] I have included information about relevant versions - [v] I have verified that the issue persists when using the `master` branch of Faust. ## Steps to...