Skip to content

Commit f77a0c3

Browse files
committed
QuikLua. Fix candle states http://stocksharp.ru/posts/m/41144/
1 parent fb2a4b4 commit f77a0c3

File tree

4 files changed

+9
-0
lines changed

4 files changed

+9
-0
lines changed

References/StockSharp.Quik.dll

512 Bytes
Binary file not shown.

References/StockSharp.Quik.xml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -161,6 +161,14 @@
161161
<returns>
162162
<see langword="true" />, если транзакция не была ранее обработана и ее можно обработать, иначе <see langword="false" />.</returns>
163163
</member>
164+
<member name="M:StockSharp.Quik.Lua.LuaFixServer.GetLastCandle(StockSharp.Messages.SecurityId,System.TimeSpan)">
165+
<summary>
166+
Получить последнюю отправленную свечу.
167+
</summary>
168+
<param name="securityId">Идентификатор инструмента.</param>
169+
<param name="timeFrame">Тайм-фрейм.</param>
170+
<returns>Последняя отправленная свеча.</returns>
171+
</member>
164172
<member name="T:StockSharp.Quik.Lua.LuaFixTransactionMessageAdapter">
165173
<summary>
166174
Адаптер сообщений для Quik LUA FIX.

References/StockSharp.QuikLua.dll

0 Bytes
Binary file not shown.

_ReleaseNotes/CHANGE_LOG_API.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ StockSharp API Change log
2121
* (bug) IQFeed. Connection error handling fix.
2222
* (feature) InteractiveBrokers. Support historical ticks.
2323
* (feature) ChartAnnotation.
24+
* (bug) QuikLua. Fix candle states http://stocksharp.ru/posts/m/41144/
2425

2526
## v4.3.27.2:
2627
* (feature) QuikLua. Support candles.

0 commit comments

Comments
 (0)