Advertisement
Guest User

bookmaplog

a guest
Oct 17th, 2019
354
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 85.67 KB | None | 0 0
  1. 20191017 13:43:55.628(UTC) INFO: Font registration result: true,true
  2. 20191017 13:43:55.693(UTC) INFO: diagnostics logs archive size = 0
  3. 20191017 13:43:55.732(UTC) INFO: Running inside x64 process
  4. 20191017 13:43:55.801(UTC) INFO: Process memory usage: PrivateBytes=425353216
  5. 20191017 13:43:56.075(UTC) WARN: Failed to check entry point org/glassfish/tyrus/core/OsgiRegistry.class
  6. java.lang.RuntimeException: java.lang.NoClassDefFoundError: org/osgi/framework/SynchronousBundleListener
  7. at velox.bookmap.bo.a(SourceFile:161)
  8. at velox.bookmap.bn.a(SourceFile:82)
  9. at velox.bookmap.bn.b(SourceFile:159)
  10. at velox.ib.Main.b(SourceFile:2282)
  11. at java.lang.Thread.run(Thread.java:745)
  12. Caused by: java.lang.NoClassDefFoundError: org/osgi/framework/SynchronousBundleListener
  13. at java.lang.ClassLoader.defineClass1(Native Method)
  14. at java.lang.ClassLoader.defineClass(ClassLoader.java:763)
  15. at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:142)
  16. at java.net.URLClassLoader.defineClass(URLClassLoader.java:467)
  17. at java.net.URLClassLoader.access$100(URLClassLoader.java:73)
  18. at java.net.URLClassLoader$1.run(URLClassLoader.java:368)
  19. at java.net.URLClassLoader$1.run(URLClassLoader.java:362)
  20. at java.security.AccessController.doPrivileged(Native Method)
  21. at java.net.URLClassLoader.findClass(URLClassLoader.java:361)
  22. at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
  23. at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
  24. at java.lang.Class.forName0(Native Method)
  25. at java.lang.Class.forName(Class.java:348)
  26. at velox.bookmap.bo.a(SourceFile:147)
  27. ... 4 more
  28. Caused by: java.lang.ClassNotFoundException: org.osgi.framework.SynchronousBundleListener
  29. at java.net.URLClassLoader.findClass(URLClassLoader.java:381)
  30. at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
  31. at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
  32. ... 18 more
  33. 20191017 13:43:56.176(UTC) WARN: Failed to check entry point module-info.class
  34. java.lang.RuntimeException: java.lang.UnsupportedClassVersionError: module-info has been compiled by a more recent version of the Java Runtime (class file version 53.0), this version of the Java Runtime only recognizes class file versions up to 52.0
  35. at velox.bookmap.bo.a(SourceFile:161)
  36. at velox.bookmap.bn.a(SourceFile:82)
  37. at velox.bookmap.bn.b(SourceFile:159)
  38. at velox.ib.Main.b(SourceFile:2282)
  39. at java.lang.Thread.run(Thread.java:745)
  40. Caused by: java.lang.UnsupportedClassVersionError: module-info has been compiled by a more recent version of the Java Runtime (class file version 53.0), this version of the Java Runtime only recognizes class file versions up to 52.0
  41. at java.lang.ClassLoader.defineClass1(Native Method)
  42. at java.lang.ClassLoader.defineClass(ClassLoader.java:763)
  43. at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:142)
  44. at java.net.URLClassLoader.defineClass(URLClassLoader.java:467)
  45. at java.net.URLClassLoader.access$100(URLClassLoader.java:73)
  46. at java.net.URLClassLoader$1.run(URLClassLoader.java:368)
  47. at java.net.URLClassLoader$1.run(URLClassLoader.java:362)
  48. at java.security.AccessController.doPrivileged(Native Method)
  49. at java.net.URLClassLoader.findClass(URLClassLoader.java:361)
  50. at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
  51. at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:331)
  52. at java.lang.ClassLoader.loadClass(ClassLoader.java:411)
  53. at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
  54. at java.lang.Class.forName0(Native Method)
  55. at java.lang.Class.forName(Class.java:348)
  56. at velox.bookmap.bo.a(SourceFile:147)
  57. ... 4 more
  58. 20191017 13:43:56.190(UTC) WARN: Failed to check entry point org/glassfish/json/JsonParserImpl$4.class
  59. java.lang.RuntimeException: java.lang.IllegalAccessError: tried to access class org.glassfish.json.JsonTokenizer$JsonToken from class org.glassfish.json.JsonParserImpl$4
  60. at velox.bookmap.bo.a(SourceFile:161)
  61. at velox.bookmap.bn.a(SourceFile:82)
  62. at velox.bookmap.bn.b(SourceFile:159)
  63. at velox.ib.Main.b(SourceFile:2282)
  64. at java.lang.Thread.run(Thread.java:745)
  65. Caused by: java.lang.IllegalAccessError: tried to access class org.glassfish.json.JsonTokenizer$JsonToken from class org.glassfish.json.JsonParserImpl$4
  66. at org.glassfish.json.JsonParserImpl$4.<clinit>(JsonParserImpl.java:521)
  67. at java.lang.Class.forName0(Native Method)
  68. at java.lang.Class.forName(Class.java:348)
  69. at velox.bookmap.bo.a(SourceFile:147)
  70. ... 4 more
  71. 20191017 13:43:58.284(UTC) INFO: Loaded 3 external live modules
  72. 20191017 13:43:58.889(UTC) INFO: login online
  73. 20191017 13:44:00.009(UTC) INFO: login online: set 100
  74. 20191017 13:44:00.009(UTC) INFO: Activation result = OK
  75. 20191017 13:44:00.046(UTC) INFO: Activation: fields 100
  76. 20191017 13:44:00.048(UTC) INFO: Accepted: 9 true
  77. 20191017 13:44:00.182(UTC) WARN: Failed to check entry point org/glassfish/tyrus/core/OsgiRegistry.class
  78. java.lang.RuntimeException: java.lang.NoClassDefFoundError: org/osgi/framework/SynchronousBundleListener
  79. at velox.bookmap.bo.a(SourceFile:161)
  80. at velox.bookmap.bn.a(SourceFile:82)
  81. at velox.bookmap.bn.a(SourceFile:140)
  82. at velox.ib.Main.b(SourceFile:2292)
  83. at java.lang.Thread.run(Thread.java:745)
  84. Caused by: java.lang.NoClassDefFoundError: org/osgi/framework/SynchronousBundleListener
  85. at java.lang.ClassLoader.defineClass1(Native Method)
  86. at java.lang.ClassLoader.defineClass(ClassLoader.java:763)
  87. at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:142)
  88. at java.net.URLClassLoader.defineClass(URLClassLoader.java:467)
  89. at java.net.URLClassLoader.access$100(URLClassLoader.java:73)
  90. at java.net.URLClassLoader$1.run(URLClassLoader.java:368)
  91. at java.net.URLClassLoader$1.run(URLClassLoader.java:362)
  92. at java.security.AccessController.doPrivileged(Native Method)
  93. at java.net.URLClassLoader.findClass(URLClassLoader.java:361)
  94. at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
  95. at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
  96. at java.lang.Class.forName0(Native Method)
  97. at java.lang.Class.forName(Class.java:348)
  98. at velox.bookmap.bo.a(SourceFile:147)
  99. ... 4 more
  100. Caused by: java.lang.ClassNotFoundException: org.osgi.framework.SynchronousBundleListener
  101. at java.net.URLClassLoader.findClass(URLClassLoader.java:381)
  102. at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
  103. at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
  104. ... 18 more
  105. 20191017 13:44:00.267(UTC) WARN: Failed to check entry point module-info.class
  106. java.lang.RuntimeException: java.lang.UnsupportedClassVersionError: module-info has been compiled by a more recent version of the Java Runtime (class file version 53.0), this version of the Java Runtime only recognizes class file versions up to 52.0
  107. at velox.bookmap.bo.a(SourceFile:161)
  108. at velox.bookmap.bn.a(SourceFile:82)
  109. at velox.bookmap.bn.a(SourceFile:140)
  110. at velox.ib.Main.b(SourceFile:2292)
  111. at java.lang.Thread.run(Thread.java:745)
  112. Caused by: java.lang.UnsupportedClassVersionError: module-info has been compiled by a more recent version of the Java Runtime (class file version 53.0), this version of the Java Runtime only recognizes class file versions up to 52.0
  113. at java.lang.ClassLoader.defineClass1(Native Method)
  114. at java.lang.ClassLoader.defineClass(ClassLoader.java:763)
  115. at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:142)
  116. at java.net.URLClassLoader.defineClass(URLClassLoader.java:467)
  117. at java.net.URLClassLoader.access$100(URLClassLoader.java:73)
  118. at java.net.URLClassLoader$1.run(URLClassLoader.java:368)
  119. at java.net.URLClassLoader$1.run(URLClassLoader.java:362)
  120. at java.security.AccessController.doPrivileged(Native Method)
  121. at java.net.URLClassLoader.findClass(URLClassLoader.java:361)
  122. at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
  123. at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:331)
  124. at java.lang.ClassLoader.loadClass(ClassLoader.java:411)
  125. at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
  126. at java.lang.Class.forName0(Native Method)
  127. at java.lang.Class.forName(Class.java:348)
  128. at velox.bookmap.bo.a(SourceFile:147)
  129. ... 4 more
  130. 20191017 13:44:00.269(UTC) WARN: Failed to check entry point org/glassfish/json/JsonParserImpl$4.class
  131. java.lang.RuntimeException: java.lang.IllegalAccessError: tried to access class org.glassfish.json.JsonTokenizer$JsonToken from class org.glassfish.json.JsonParserImpl$4
  132. at velox.bookmap.bo.a(SourceFile:161)
  133. at velox.bookmap.bn.a(SourceFile:82)
  134. at velox.bookmap.bn.a(SourceFile:140)
  135. at velox.ib.Main.b(SourceFile:2292)
  136. at java.lang.Thread.run(Thread.java:745)
  137. Caused by: java.lang.IllegalAccessError: tried to access class org.glassfish.json.JsonTokenizer$JsonToken from class org.glassfish.json.JsonParserImpl$4
  138. at org.glassfish.json.JsonParserImpl$4.<clinit>(JsonParserImpl.java:521)
  139. at java.lang.Class.forName0(Native Method)
  140. at java.lang.Class.forName(Class.java:348)
  141. at velox.bookmap.bo.a(SourceFile:147)
  142. ... 4 more
  143. 20191017 13:44:00.290(UTC) INFO: Loaded 0/0 external replay modules
  144. 20191017 13:44:00.358(UTC) INFO: Laucher options: console = 0
  145. 20191017 13:44:00.359(UTC) INFO: Laucher options: xmx = 2560
  146. 20191017 13:44:00.460(UTC) INFO: Check if version blocked, v 7.0.0 build:82, beta: true, branding BM, isS5: false
  147. 20191017 13:44:03.516(UTC) INFO: Logging in, use_separate_replay_license=false
  148. 20191017 13:44:03.523(UTC) INFO: login online
  149. 20191017 13:44:03.850(UTC) INFO: login online: set 100
  150. 20191017 13:44:04.173(UTC) INFO: Recorder layer created, true false
  151. 20191017 13:44:04.992(UTC) INFO: type: multiplatform
  152. 20191017 13:44:04.999(UTC) INFO: [LOG] Working directory: C:\Bookmap\Config
  153. 20191017 13:44:05.000(UTC) INFO: [LOG] Log Level: 3
  154. 20191017 13:44:05.000(UTC) INFO: [LOG] common filename: C:\Bookmap\Logs\log_20191017_134355_178-common.txt
  155. 20191017 13:44:05.000(UTC) INFO: [LOG] trading filename: C:\Bookmap\Logs\log_20191017_134355_179-trading.txt
  156. 20191017 13:44:05.000(UTC) INFO: [VERSION] 7.0.0 build:82
  157. 20191017 13:44:05.060(UTC) INFO: Loading strategy/indicator velox.api.layer1.layers.Layer1ApiCvdIndicator velox.api.layer1.layers.Layer1ApiCvdIndicator addToLayers: false
  158. 20191017 13:44:05.079(UTC) INFO: Loading strategy/indicator velox.api.layer1.layers.Layer1ApiIcebergDisplayer velox.api.layer1.layers.Layer1ApiIcebergDisplayer addToLayers: false
  159. 20191017 13:44:05.085(UTC) INFO: Loading strategy/indicator velox.api.layer1.layers.Layer1ApiLargeTradesAlerter velox.api.layer1.layers.Layer1ApiLargeTradesAlerter addToLayers: false
  160. 20191017 13:44:05.088(UTC) INFO: Loading strategy/indicator velox.api.layer1.layers.tradinghelper.Layer1ApiHelperChaseStrategy velox.api.layer1.layers.tradinghelper.Layer1ApiHelperChaseStrategy addToLayers: false
  161. 20191017 13:44:05.092(UTC) INFO: Loading strategy/indicator velox.api.layer1.layers.tradinghelper.Layer1ApiHelperEscapeStrategy velox.api.layer1.layers.tradinghelper.Layer1ApiHelperEscapeStrategy addToLayers: false
  162. 20191017 13:44:05.094(UTC) INFO: Loading strategy/indicator velox.api.layer1.layers.tradinghelper.Layer1ApiHelperExecuteStrategy velox.api.layer1.layers.tradinghelper.Layer1ApiHelperExecuteStrategy addToLayers: false
  163. 20191017 13:44:05.095(UTC) INFO: Loading strategy/indicator velox.api.layer1.correlationtracker.StrategyCorrelationTracker velox.api.layer1.correlationtracker.StrategyCorrelationTracker addToLayers: false
  164. 20191017 13:44:05.098(UTC) INFO: Loading strategy/indicator velox.api.layer1.layers.absorption.Layer1ApiAbsorptionIndicator velox.api.layer1.layers.absorption.Layer1ApiAbsorptionIndicator addToLayers: false
  165. 20191017 13:44:05.099(UTC) INFO: Not allowed by license: You need a separate non-expired license to use velox.api.layer1.layers.absorption.Layer1ApiAbsorptionIndicator strategy.
  166. To get one contact support@bookmap.com
  167. 20191017 13:44:05.100(UTC) INFO: Loading strategy/indicator velox.api.layer1.layers.theoreticalaverage.Layer1ApiTheoreticalAveragePrice velox.api.layer1.layers.theoreticalaverage.Layer1ApiTheoreticalAveragePrice addToLayers: false
  168. 20191017 13:44:05.100(UTC) INFO: Not allowed by license: You need a separate non-expired license to use velox.api.layer1.layers.theoreticalaverage.Layer1ApiTheoreticalAveragePrice strategy.
  169. To get one contact support@bookmap.com
  170. 20191017 13:44:05.103(UTC) INFO: Loading strategy/indicator C:\Bookmap\Config\velox.api.layer1.layers.Layer1ApiCvdIndicator velox.api.layer1.layers.Layer1ApiCvdIndicator addToLayers: false
  171. 20191017 13:44:05.103(UTC) INFO: Loading strategy/indicator C:\Bookmap\Config\velox.api.layer1.layers.Layer1ApiIcebergDisplayer velox.api.layer1.layers.Layer1ApiIcebergDisplayer addToLayers: false
  172. 20191017 13:44:05.104(UTC) INFO: Loading strategy/indicator C:\Bookmap\Config\velox.api.layer1.layers.Layer1ApiLargeTradesAlerter velox.api.layer1.layers.Layer1ApiLargeTradesAlerter addToLayers: false
  173. 20191017 13:44:05.104(UTC) INFO: Loading strategy/indicator C:\Bookmap\Config\velox.api.layer1.layers.tradinghelper.Layer1ApiHelperChaseStrategy velox.api.layer1.layers.tradinghelper.Layer1ApiHelperChaseStrategy addToLayers: false
  174. 20191017 13:44:05.104(UTC) INFO: Not allowed in this mode: Strategy velox.api.layer1.layers.tradinghelper.Layer1ApiHelperChaseStrategy can not be loaded to real trading mode
  175. 20191017 13:44:05.104(UTC) INFO: Loading strategy/indicator C:\Bookmap\Config\velox.api.layer1.layers.tradinghelper.Layer1ApiHelperEscapeStrategy velox.api.layer1.layers.tradinghelper.Layer1ApiHelperEscapeStrategy addToLayers: false
  176. 20191017 13:44:05.105(UTC) INFO: Not allowed in this mode: Strategy velox.api.layer1.layers.tradinghelper.Layer1ApiHelperEscapeStrategy can not be loaded to real trading mode
  177. 20191017 13:44:05.105(UTC) INFO: Loading strategy/indicator C:\Bookmap\Config\velox.api.layer1.layers.tradinghelper.Layer1ApiHelperExecuteStrategy velox.api.layer1.layers.tradinghelper.Layer1ApiHelperExecuteStrategy addToLayers: false
  178. 20191017 13:44:05.105(UTC) INFO: Not allowed in this mode: Strategy velox.api.layer1.layers.tradinghelper.Layer1ApiHelperExecuteStrategy can not be loaded to real trading mode
  179. 20191017 13:44:05.106(UTC) INFO: Loading strategy/indicator C:\Bookmap\Config\velox.api.layer1.correlationtracker.StrategyCorrelationTracker velox.api.layer1.correlationtracker.StrategyCorrelationTracker addToLayers: false
  180. 20191017 13:44:05.450(UTC) INFO: Loading strategy/indicator C:\Bookmap\Config\velox.api.layer1.layers.Layer1ApiLargeTradesAlerter velox.api.layer1.layers.Layer1ApiLargeTradesAlerter addToLayers: true
  181. 20191017 13:44:05.457(UTC) INFO: Loading strategy/indicator C:\Bookmap\Config\velox.api.layer1.layers.Layer1ApiCvdIndicator velox.api.layer1.layers.Layer1ApiCvdIndicator addToLayers: true
  182. 20191017 13:44:05.457(UTC) INFO: Loading strategy/indicator C:\Bookmap\Config\velox.api.layer1.correlationtracker.StrategyCorrelationTracker velox.api.layer1.correlationtracker.StrategyCorrelationTracker addToLayers: true
  183. 20191017 13:44:05.458(UTC) INFO: Loading strategy/indicator C:\Bookmap\Config\velox.api.layer1.layers.Layer1ApiIcebergDisplayer velox.api.layer1.layers.Layer1ApiIcebergDisplayer addToLayers: true
  184. 20191017 13:44:05.502(UTC) INFO: [bitmex] Provider handleLogin
  185. 20191017 13:44:05.502(UTC) INFO: [bitmex] Provider handleLogin: credentials valid or empty
  186. 20191017 13:44:05.526(UTC) INFO: Multiplatform: onLoginSuccessful BitMEX
  187. 20191017 13:44:05.529(UTC) INFO: onLoginSuccessful, firstRecordingStarted = false
  188. 20191017 13:44:05.529(UTC) INFO: changeFeedFile
  189. 20191017 13:44:05.532(UTC) INFO: switchRecorderToDataFile C:\Bookmap\Feeds\feed_Multiplatform_20191017_134405_530.bmf
  190. 20191017 13:44:05.534(UTC) INFO: [PLATFORM] Multiplatform
  191. 20191017 13:44:05.534(UTC) INFO: [LIVE] true
  192. 20191017 13:44:05.534(UTC) INFO: [REAL TRADING] true
  193. 20191017 13:44:05.534(UTC) INFO: [DATA RECORDING] true
  194. 20191017 13:44:05.535(UTC) INFO: [ORDERS RECORDING] false
  195. 20191017 13:44:05.535(UTC) INFO: [WORKING DIR] C:\Bookmap\Config
  196. 20191017 13:44:05.693(UTC) INFO: Start reading catchup data for custom.velox.api.layer1.layers.Layer1ApiUserIndicatorsConverterLayer#velox.api.layer1.messages.Layer1ApiUserMessageAddStrategyUpdateGenerator
  197. 20191017 13:44:05.695(UTC) INFO: Stop events flow. Creating CountDownLatch with 1, reason = generating for custom.velox.api.layer1.layers.Layer1ApiUserIndicatorsConverterLayer#velox.api.layer1.messages.Layer1ApiUserMessageAddStrategyUpdateGenerator
  198. 20191017 13:44:05.720(UTC) INFO: applyActiveWorkspaceInstruments: subscription Subscription [alias=XBTUSD@MEX, symbol=XBTUSD, exchange=AUTO, type=AUTO@EXT:com.bookmap.plugins.layer0.bitmex.Provider]
  199. 20191017 13:44:05.756(UTC) INFO: Data block: true
  200. 20191017 13:44:05.757(UTC) INFO: CountDownLatch await ended, reason = generating for custom.velox.api.layer1.layers.Layer1ApiUserIndicatorsConverterLayer#velox.api.layer1.messages.Layer1ApiUserMessageAddStrategyUpdateGenerator
  201. 20191017 13:44:05.764(UTC) INFO: [bitmex] Provider subscribe
  202. 20191017 13:44:06.058(UTC) INFO: Catching up finished
  203. 20191017 13:44:06.058(UTC) INFO: Resuming events flow, reason = generating for custom.velox.api.layer1.layers.Layer1ApiUserIndicatorsConverterLayer#velox.api.layer1.messages.Layer1ApiUserMessageAddStrategyUpdateGenerator
  204. 20191017 13:44:06.058(UTC) INFO: Finish reading catchup data in 366ms
  205. 20191017 13:44:06.059(UTC) INFO: Data block: false
  206. 20191017 13:44:06.108(UTC) INFO: Start reading catchup data for custom.velox.api.layer1.layers.Layer1ApiIcebergDisplayer#Iceberg tree
  207. 20191017 13:44:06.108(UTC) INFO: Stop events flow. Creating CountDownLatch with 1, reason = generating for custom.velox.api.layer1.layers.Layer1ApiIcebergDisplayer#Iceberg tree
  208. 20191017 13:44:06.109(UTC) INFO: Data block: true
  209. 20191017 13:44:06.109(UTC) INFO: CountDownLatch await ended, reason = generating for custom.velox.api.layer1.layers.Layer1ApiIcebergDisplayer#Iceberg tree
  210. 20191017 13:44:06.348(UTC) INFO: Update manager got version string: 0 0 0 0 0
  211. 20191017 13:44:06.409(UTC) INFO: Catching up finished
  212. 20191017 13:44:06.409(UTC) INFO: Resuming events flow, reason = generating for custom.velox.api.layer1.layers.Layer1ApiIcebergDisplayer#Iceberg tree
  213. 20191017 13:44:06.409(UTC) INFO: Finish reading catchup data in 704ms
  214. 20191017 13:44:06.410(UTC) INFO: Data block: false
  215. 20191017 13:44:07.806(UTC) INFO: [bitmex] BmConnector launchExecutionsResetTimer():
  216. 20191017 13:44:07.832(UTC) INFO: [bitmexv.0.6.1-alpha] BmConnector wsConnect websocket starting...
  217. 20191017 13:44:07.832(UTC) INFO: [bitmex] BmConnector wsConnect websocket being created...
  218. 20191017 13:44:07.834(UTC) INFO: [bitmex] BmConnector wsConnect client starting...
  219. 20191017 13:44:07.843(UTC) INFO: [bitmex] BmConnector wsConnect websocket connecting...
  220. 20191017 13:44:08.776(UTC) INFO: [bitmex] BmConnector wsConnect websocket auth...
  221. 20191017 13:44:08.776(UTC) INFO: [bitmex] BmConnector wssAuthTwo() moment = 1571323448
  222. 20191017 13:44:08.781(UTC) INFO: [bitmex] BmConnector wsConnect websocket auth message passed
  223. 20191017 13:44:08.781(UTC) INFO: [bitmex] ClientSocket sendMessage: {"op":"authKey","args":["OYkB2_TOQ_wVa_Omk51jiNh6",1571323448,"c358087be8564105f323742cc3df30a536917315cee1a1c3aa09dcaa81564928"]}
  224. 20191017 13:44:08.998(UTC) INFO: [bitmex] JsonParser parser: service message {"success":true,"request":{"op":"authKey","args":["OYkB2_TOQ_wVa_Omk51jiNh6",1571323448,"c358087be8564105f323742cc3df30a536917315cee1a1c3aa09dcaa81564928"]}}
  225. 20191017 13:44:08.998(UTC) INFO: [bitmex] ClientSocket sendMessage: {"op":"subscribe","args":["position","wallet","margin","execution","order"]}
  226. 20191017 13:44:08.999(UTC) INFO: [bitmex] TradeConnector makeRestGetQuery(xx) moment = 1571323448
  227. 20191017 13:44:09.252(UTC) INFO: [bitmex] JsonParser preprocessMessage: partial acquired for position
  228. 20191017 13:44:09.253(UTC) INFO: [bitmex] JsonParser preprocessMessage: skips data == [] => {"table":"position","action":"partial","keys":["account","symbol","currency"],"types":{"account":"long","symbol":"symbol","currency":"symbol","underlying":"symbol","quoteCurrency":"symbol","commission":"float","initMarginReq":"float","maintMarginReq":"float","riskLimit":"long","leverage":"float","crossMargin":"boolean","deleveragePercentile":"float","rebalancedPnl":"long","prevRealisedPnl":"long","prevUnrealisedPnl":"long","prevClosePrice":"float","openingTimestamp":"timestamp","openingQty":"long","openingCost":"long","openingComm":"long","openOrderBuyQty":"long","openOrderBuyCost":"long","openOrderBuyPremium":"long","openOrderSellQty":"long","openOrderSellCost":"long","openOrderSellPremium":"long","execBuyQty":"long","execBuyCost":"long","execSellQty":"long","execSellCost":"long","execQty":"long","execCost":"long","execComm":"long","currentTimestamp":"timestamp","currentQty":"long","currentCost":"long","currentComm":"long","realisedCost":"long","unrealisedCost":"long","grossOpenCost":"long","grossOpenPremium":"long","grossExecCost":"long","isOpen":"boolean","markPrice":"float","markValue":"long","riskValue":"long","homeNotional":"float","foreignNotional":"float","posState":"symbol","posCost":"long","posCost2":"long","posCross":"long","posInit":"long","posComm":"long","posLoss":"long","posMargin":"long","posMaint":"long","posAllowance":"long","taxableMargin":"long","initMargin":"long","maintMargin":"long","sessionMargin":"long","targetExcessMargin":"long","varMargin":"long","realisedGrossPnl":"long","realisedTax":"long","realisedPnl":"long","unrealisedGrossPnl":"long","longBankrupt":"long","shortBankrupt":"long","taxBase":"long","indicativeTaxRate":"float","indicativeTax":"long","unrealisedTax":"long","unrealisedPnl":"long","unrealisedPnlPcnt":"float","unrealisedRoePcnt":"float","simpleQty":"float","simpleCost":"float","simpleValue":"float","simplePnl":"float","simplePnlPcnt":"float","avgCostPrice":"float","avgEntryPrice":"float","breakEvenPrice":"float","marginCallPrice":"float","liquidationPrice":"float","bankruptPrice":"float","timestamp":"timestamp","lastPrice":"float","lastValue":"long"},"foreignKeys":{"symbol":"instrument"},"attributes":{"account":"sorted","symbol":"grouped","currency":"grouped","underlying":"grouped","quoteCurrency":"grouped"},"filter":{"account":27597},"data":[]}
  229. 20191017 13:44:09.254(UTC) INFO: [bitmex] JsonParser preprocessMessage: partial acquired for wallet
  230. 20191017 13:44:09.260(UTC) INFO: [bitmex] JsonParser preprocessMessage: partial acquired for margin
  231. 20191017 13:44:09.261(UTC) INFO: [bitmex] JsonParser parser: service message {"success":true,"subscribe":"position","request":{"op":"subscribe","args":["position","wallet","margin","execution","order"]}}
  232. 20191017 13:44:09.262(UTC) INFO: [bitmex] JsonParser parser: service message {"success":true,"subscribe":"wallet","request":{"op":"subscribe","args":["position","wallet","margin","execution","order"]}}
  233. 20191017 13:44:09.262(UTC) INFO: [bitmex] JsonParser parser: service message {"success":true,"subscribe":"margin","request":{"op":"subscribe","args":["position","wallet","margin","execution","order"]}}
  234. 20191017 13:44:09.262(UTC) INFO: [bitmex] JsonParser parser: service message {"success":true,"subscribe":"execution","request":{"op":"subscribe","args":["position","wallet","margin","execution","order"]}}
  235. 20191017 13:44:09.262(UTC) INFO: [bitmex] JsonParser parser: service message {"success":true,"subscribe":"order","request":{"op":"subscribe","args":["position","wallet","margin","execution","order"]}}
  236. 20191017 13:44:09.263(UTC) INFO: [bitmex] JsonParser preprocessMessage: partial acquired for execution
  237. 20191017 13:44:09.264(UTC) INFO: [bitmex] JsonParser preprocessMessage: skips data == [] => {"table":"execution","action":"partial","keys":["execID"],"types":{"execID":"guid","orderID":"guid","clOrdID":"symbol","clOrdLinkID":"symbol","account":"long","symbol":"symbol","side":"symbol","lastQty":"long","lastPx":"float","underlyingLastPx":"float","lastMkt":"symbol","lastLiquidityInd":"symbol","simpleOrderQty":"float","orderQty":"long","price":"float","displayQty":"long","stopPx":"float","pegOffsetValue":"float","pegPriceType":"symbol","currency":"symbol","settlCurrency":"symbol","execType":"symbol","ordType":"symbol","timeInForce":"symbol","execInst":"symbol","contingencyType":"symbol","exDestination":"symbol","ordStatus":"symbol","triggered":"symbol","workingIndicator":"boolean","ordRejReason":"symbol","simpleLeavesQty":"float","leavesQty":"long","simpleCumQty":"float","cumQty":"long","avgPx":"float","commission":"float","tradePublishIndicator":"symbol","multiLegReportingType":"symbol","text":"symbol","trdMatchID":"guid","execCost":"long","execComm":"long","homeNotional":"float","foreignNotional":"float","transactTime":"timestamp","timestamp":"timestamp"},"foreignKeys":{"symbol":"instrument","side":"side","ordStatus":"ordStatus"},"attributes":{"execID":"grouped","account":"grouped","execType":"grouped","transactTime":"sorted"},"filter":{"account":27597},"data":[]}
  238. 20191017 13:44:09.301(UTC) INFO: [bitmex] BmConnector report Filled: listSize = 0
  239. 20191017 13:44:09.301(UTC) INFO: [bitmex] TradeConnector makeRestGetQuery(xx) moment = 1571323449
  240. 20191017 13:44:09.459(UTC) INFO: [bitmex] JsonParser preprocessMessage: partial acquired for order
  241. 20191017 13:44:09.459(UTC) INFO: [bitmex] JsonParser performOrderSpecificOp: 'order' removed from partialsParsed
  242. 20191017 13:44:09.459(UTC) INFO: [bitmex] JsonParser preprocessMessage: (order){"table":"order","action":"partial","keys":["orderID"],"types":{"orderID":"guid","clOrdID":"symbol","clOrdLinkID":"symbol","account":"long","symbol":"symbol","side":"symbol","simpleOrderQty":"float","orderQty":"long","price":"float","displayQty":"long","stopPx":"float","pegOffsetValue":"float","pegPriceType":"symbol","currency":"symbol","settlCurrency":"symbol","ordType":"symbol","timeInForce":"symbol","execInst":"symbol","contingencyType":"symbol","exDestination":"symbol","ordStatus":"symbol","triggered":"symbol","workingIndicator":"boolean","ordRejReason":"symbol","simpleLeavesQty":"float","leavesQty":"long","simpleCumQty":"float","cumQty":"long","avgPx":"float","multiLegReportingType":"symbol","text":"symbol","transactTime":"timestamp","timestamp":"timestamp"},"foreignKeys":{"symbol":"instrument","side":"side","ordStatus":"ordStatus"},"attributes":{"orderID":"grouped","account":"grouped","ordStatus":"grouped","workingIndicator":"grouped"},"filter":{"account":27597},"data":[]}
  243. 20191017 13:44:09.460(UTC) INFO: [bitmex] JsonParser preprocessMessage: skips data == [] => {"table":"order","action":"partial","keys":["orderID"],"types":{"orderID":"guid","clOrdID":"symbol","clOrdLinkID":"symbol","account":"long","symbol":"symbol","side":"symbol","simpleOrderQty":"float","orderQty":"long","price":"float","displayQty":"long","stopPx":"float","pegOffsetValue":"float","pegPriceType":"symbol","currency":"symbol","settlCurrency":"symbol","ordType":"symbol","timeInForce":"symbol","execInst":"symbol","contingencyType":"symbol","exDestination":"symbol","ordStatus":"symbol","triggered":"symbol","workingIndicator":"boolean","ordRejReason":"symbol","simpleLeavesQty":"float","leavesQty":"long","simpleCumQty":"float","cumQty":"long","avgPx":"float","multiLegReportingType":"symbol","text":"symbol","transactTime":"timestamp","timestamp":"timestamp"},"foreignKeys":{"symbol":"instrument","side":"side","ordStatus":"ordStatus"},"attributes":{"orderID":"grouped","account":"grouped","ordStatus":"grouped","workingIndicator":"grouped"},"filter":{"account":27597},"data":[]}
  244. 20191017 13:44:09.628(UTC) INFO: [bitmex] BmConnector report Canceled: listSize = 0
  245. 20191017 13:44:09.629(UTC) INFO: [bitmex] BmConnector wsConnect websocket webSocketStartingLatch is down
  246. 20191017 13:44:09.630(UTC) INFO: onInstrumentAdded XBTUSD XBTUSD AUTO AUTO{InstrumentInfo [symbol=XBTUSD, exchange=AUTO, type=AUTO, pips=0.5, multiplier=1.0, fullName=, isFullDepth=false]}
  247. 20191017 13:44:09.630(UTC) INFO: [bitmex] BmConnector subscribe: XBTUSD
  248. 20191017 13:44:09.631(UTC) INFO: [bitmex] BmConnector subscribe: set true
  249. 20191017 13:44:09.631(UTC) INFO: [bitmex] BmConnector wsConnect Send websocket message
  250. 20191017 13:44:09.631(UTC) INFO: [bitmex] ClientSocket sendMessage: {"op":"subscribe","args":["orderBookL2:XBTUSD","trade:XBTUSD"]}
  251. 20191017 13:44:09.632(UTC) INFO: Iceberg: disabled for XBTUSD@MEX
  252. 20191017 13:44:09.632(UTC) INFO: [bitmex] BmConnector launchSnapshotTimer 0 for XBTUSD: 2019-10-17T13:44:09.632Z
  253. 20191017 13:44:09.636(UTC) INFO: [bitmex] TradeConnector makeRestGetQuery(xx) moment = 1571323449
  254. 20191017 13:44:09.848(UTC) INFO: [bitmex] JsonParser parser: service message {"success":true,"subscribe":"orderBookL2:XBTUSD","request":{"op":"subscribe","args":["orderBookL2:XBTUSD","trade:XBTUSD"]}}
  255. 20191017 13:44:09.848(UTC) INFO: [bitmex] JsonParser parser: service message {"success":true,"subscribe":"trade:XBTUSD","request":{"op":"subscribe","args":["orderBookL2:XBTUSD","trade:XBTUSD"]}}
  256. 20191017 13:44:09.849(UTC) INFO: [bitmex] JsonParser preprocessMessage: partial acquired for trade
  257. 20191017 13:44:09.869(UTC) INFO: [bitmex] BmConnector countExecution volume: []
  258. 20191017 13:44:09.897(UTC) INFO: new BmRecorder
  259. 20191017 13:44:09.902(UTC) INFO: contractDetails XBTUSD@MEX 0.5 1.0
  260. 20191017 13:44:09.908(UTC) WARN: BitMEX | external provider does not support CIT
  261. 20191017 13:44:09.911(UTC) INFO: Invalidate failed for XBTUSD@MEX#CVD_buyers, available: []
  262. 20191017 13:44:09.911(UTC) INFO: Invalidate failed for XBTUSD@MEX#CVD_sellers, available: []
  263. 20191017 13:44:09.912(UTC) INFO: Current tab: XBTUSD@MEX, other windows: 0
  264. 20191017 13:44:09.921(UTC) INFO: Invalidate failed for XBTUSD@MEX#CVD_buyers, available: []
  265. 20191017 13:44:09.921(UTC) INFO: Invalidate failed for XBTUSD@MEX#CVD_sellers, available: []
  266. 20191017 13:44:09.930(UTC) INFO: Recorder layer created, true false
  267. 20191017 13:44:09.930(UTC) INFO: switchRecorderToDataFile C:\Bookmap\Data library\XBTUSD%0000AUTO%0000AUTO@EXT%003Ac6vo4t9%00000.5%00001.0%00001571319849630957699%00009223372036854775807%00000.bml
  268. 20191017 13:44:09.932(UTC) INFO: Depth parameters for XBTUSD@MEX: 6 hours
  269. 20191017 13:44:09.933(UTC) INFO: Requesting data for InstrumentInfo [symbol=XBTUSD, exchange=AUTO, type=AUTO@EXT:com.bookmap.plugins.layer0.bitmex.Provider, pips=0.5, multiplier=1.0, fullName=, isFullDepth=false] from BM server t0=Thu Oct 17 03:44:09 EDT 2019
  270. 20191017 13:44:09.939(UTC) INFO: Purge? 1571317200000000000 . 1571319849630957699 false
  271. 20191017 13:44:09.939(UTC) INFO: Purge? 1571166000000000000 . 1571319849630957699 false
  272. 20191017 13:44:09.939(UTC) INFO: Purge? 1571317200000000000 . 1571319849630957699 false
  273. 20191017 13:44:09.939(UTC) INFO: Purge? 1571223600000000000 . 1571319849630957699 false
  274. 20191017 13:44:09.939(UTC) INFO: Purge? 1571317200000000000 . 1571319849630957699 false
  275. 20191017 13:44:09.939(UTC) INFO: Purge? 1571223600000000000 . 1571319849630957699 false
  276. 20191017 13:44:09.940(UTC) INFO: Purge? 1571317200000000000 . 1571319849630957699 false
  277. 20191017 13:44:09.940(UTC) INFO: Purge? 1571223600000000000 . 1571319849630957699 false
  278. 20191017 13:44:09.940(UTC) INFO: Purge? 1571317200000000000 . 1571319849630957699 false
  279. 20191017 13:44:09.983(UTC) INFO: Mouse listeners for drag and click handler init: true, true, true
  280. 20191017 13:44:09.991(UTC) INFO: Mouse listeners for drag and click handler init: false, true, false
  281. 20191017 13:44:10.139(UTC) INFO: Update manager got version string: 0 0 0 0 0
  282. 20191017 13:44:10.423(UTC) INFO: Changing font size 16 pg
  283. 20191017 13:44:10.426(UTC) WARN: OnlineCalculatorsManager null when destroyCustomIndicatorsModel
  284. 20191017 13:44:10.648(UTC) INFO: Update manager got version string: 0 0 0 0 0
  285. 20191017 13:44:10.657(UTC) INFO: No versions to update.
  286. 20191017 13:44:18.779(UTC) INFO: [bitmex] ClientSocket launchPingTimer: last message UTC=1571319851801
  287. 20191017 13:44:18.780(UTC) INFO: [bitmex] ClientSocket launchPingTimer: connection possibly lost UTC=1571319858780
  288. 20191017 13:44:19.633(UTC) INFO: [bitmex] BmConnector launchSnapshotTimer 0 for XBTUSD: resubscribe 2019-10-17T13:44:19.633Z
  289. 20191017 13:44:19.633(UTC) INFO: [bitmex] BmConnector wsConnect Send websocket message
  290. 20191017 13:44:19.633(UTC) INFO: [bitmex] ClientSocket sendMessage: {"op":"unsubscribe","args":["orderBookL2:XBTUSD","trade:XBTUSD"]}
  291. 20191017 13:44:19.633(UTC) INFO: [bitmex] BmConnector unSubscribe: timer gets cancelled
  292. 20191017 13:44:23.782(UTC) INFO: [bitmex] ClientSocket launchPingTimer: last message UTC=1571319851801
  293. 20191017 13:44:23.782(UTC) INFO: [bitmex] ClientSocket launchPingTimer: connection lost UTC=1571319863782
  294. 20191017 13:44:23.785(UTC) INFO: ClientSocket: CLOSED WITH STATUS 1006 FOR Harsh disconnect REASON
  295. 20191017 13:44:23.786(UTC) INFO: [bitmex] ClientSockeT close(): socket interrupted
  296. 20191017 13:44:23.789(UTC) WARN: Connection lost, stopping history recoding for XBTUSD@MEX
  297. 20191017 13:44:23.794(UTC) WARN: Underlying connection lost(BitMEX):NO_INTERNET, Connection lost
  298. 20191017 13:44:24.634(UTC) INFO: [bitmex] BmConnector subscribe: XBTUSD
  299. 20191017 13:44:24.634(UTC) INFO: [bitmex] BmConnector subscribe: set true
  300. 20191017 13:44:24.635(UTC) INFO: [bitmex] BmConnector wsConnect Send websocket message
  301. 20191017 13:44:24.635(UTC) INFO: [bitmex] ClientSocket sendMessage: {"op":"subscribe","args":["orderBookL2:XBTUSD","trade:XBTUSD"]}
  302. 20191017 13:44:24.636(UTC) INFO: [bitmex] BmConnector launchSnapshotTimer 1 for XBTUSD: 2019-10-17T13:44:24.636Z
  303. 20191017 13:44:24.636(UTC) INFO: [bitmex] TradeConnector makeRestGetQuery(xx) moment = 1571323464
  304. 20191017 13:44:24.690(UTC) INFO: [bitmexv.0.6.1-alpha] BmConnector wsConnect websocket starting...
  305. 20191017 13:44:24.690(UTC) INFO: [bitmex] BmConnector wsConnect websocket being created...
  306. 20191017 13:44:24.690(UTC) INFO: [bitmex] BmConnector wsConnect client starting...
  307. 20191017 13:44:24.693(UTC) INFO: [bitmex] BmConnector wsConnect websocket connecting...
  308. 20191017 13:44:25.576(UTC) INFO: [bitmex] BmConnector wsConnect websocket auth...
  309. 20191017 13:44:25.576(UTC) INFO: [bitmex] BmConnector wssAuthTwo() moment = 1571323465
  310. 20191017 13:44:25.576(UTC) INFO: [bitmex] BmConnector wsConnect websocket auth message passed
  311. 20191017 13:44:25.576(UTC) INFO: [bitmex] ClientSocket sendMessage: {"op":"authKey","args":["OYkB2_TOQ_wVa_Omk51jiNh6",1571323465,"7861d705d880d82b82566307984f58f048b0e79d9eacf875ac8aeb7cc0de99e3"]}
  312. 20191017 13:44:25.577(UTC) INFO: [bitmex] ClientSocket sendMessage: {"op":"subscribe","args":["position","wallet","margin","execution","order"]}
  313. 20191017 13:44:25.577(UTC) INFO: [bitmex] TradeConnector makeRestGetQuery(xx) moment = 1571323465
  314. 20191017 13:44:25.799(UTC) INFO: [bitmex] JsonParser parser: service message {"success":true,"request":{"op":"authKey","args":["OYkB2_TOQ_wVa_Omk51jiNh6",1571323465,"7861d705d880d82b82566307984f58f048b0e79d9eacf875ac8aeb7cc0de99e3"]}}
  315. 20191017 13:44:25.815(UTC) INFO: [bitmex] JsonParser parser: service message {"success":true,"subscribe":"position","request":{"op":"subscribe","args":["position","wallet","margin","execution","order"]}}
  316. 20191017 13:44:25.816(UTC) INFO: [bitmex] JsonParser parser: service message {"success":true,"subscribe":"wallet","request":{"op":"subscribe","args":["position","wallet","margin","execution","order"]}}
  317. 20191017 13:44:25.816(UTC) INFO: [bitmex] JsonParser parser: service message {"success":true,"subscribe":"margin","request":{"op":"subscribe","args":["position","wallet","margin","execution","order"]}}
  318. 20191017 13:44:25.837(UTC) INFO: [bitmex] JsonParser parser: service message {"success":true,"subscribe":"execution","request":{"op":"subscribe","args":["position","wallet","margin","execution","order"]}}
  319. 20191017 13:44:25.838(UTC) INFO: [bitmex] JsonParser parser: service message {"success":true,"subscribe":"order","request":{"op":"subscribe","args":["position","wallet","margin","execution","order"]}}
  320. 20191017 13:44:25.856(UTC) INFO: [bitmex] JsonParser preprocessMessage: partial acquired for position
  321. 20191017 13:44:25.856(UTC) INFO: [bitmex] JsonParser preprocessMessage: skips data == [] => {"table":"position","action":"partial","keys":["account","symbol","currency"],"types":{"account":"long","symbol":"symbol","currency":"symbol","underlying":"symbol","quoteCurrency":"symbol","commission":"float","initMarginReq":"float","maintMarginReq":"float","riskLimit":"long","leverage":"float","crossMargin":"boolean","deleveragePercentile":"float","rebalancedPnl":"long","prevRealisedPnl":"long","prevUnrealisedPnl":"long","prevClosePrice":"float","openingTimestamp":"timestamp","openingQty":"long","openingCost":"long","openingComm":"long","openOrderBuyQty":"long","openOrderBuyCost":"long","openOrderBuyPremium":"long","openOrderSellQty":"long","openOrderSellCost":"long","openOrderSellPremium":"long","execBuyQty":"long","execBuyCost":"long","execSellQty":"long","execSellCost":"long","execQty":"long","execCost":"long","execComm":"long","currentTimestamp":"timestamp","currentQty":"long","currentCost":"long","currentComm":"long","realisedCost":"long","unrealisedCost":"long","grossOpenCost":"long","grossOpenPremium":"long","grossExecCost":"long","isOpen":"boolean","markPrice":"float","markValue":"long","riskValue":"long","homeNotional":"float","foreignNotional":"float","posState":"symbol","posCost":"long","posCost2":"long","posCross":"long","posInit":"long","posComm":"long","posLoss":"long","posMargin":"long","posMaint":"long","posAllowance":"long","taxableMargin":"long","initMargin":"long","maintMargin":"long","sessionMargin":"long","targetExcessMargin":"long","varMargin":"long","realisedGrossPnl":"long","realisedTax":"long","realisedPnl":"long","unrealisedGrossPnl":"long","longBankrupt":"long","shortBankrupt":"long","taxBase":"long","indicativeTaxRate":"float","indicativeTax":"long","unrealisedTax":"long","unrealisedPnl":"long","unrealisedPnlPcnt":"float","unrealisedRoePcnt":"float","simpleQty":"float","simpleCost":"float","simpleValue":"float","simplePnl":"float","simplePnlPcnt":"float","avgCostPrice":"float","avgEntryPrice":"float","breakEvenPrice":"float","marginCallPrice":"float","liquidationPrice":"float","bankruptPrice":"float","timestamp":"timestamp","lastPrice":"float","lastValue":"long"},"foreignKeys":{"symbol":"instrument"},"attributes":{"account":"sorted","symbol":"grouped","currency":"grouped","underlying":"grouped","quoteCurrency":"grouped"},"filter":{"account":27597},"data":[]}
  322. 20191017 13:44:25.856(UTC) INFO: [bitmex] JsonParser preprocessMessage: partial acquired for wallet
  323. 20191017 13:44:25.857(UTC) INFO: [bitmex] JsonParser preprocessMessage: partial acquired for margin
  324. 20191017 13:44:25.900(UTC) INFO: [bitmex] JsonParser preprocessMessage: partial acquired for execution
  325. 20191017 13:44:25.900(UTC) INFO: [bitmex] JsonParser preprocessMessage: skips data == [] => {"table":"execution","action":"partial","keys":["execID"],"types":{"execID":"guid","orderID":"guid","clOrdID":"symbol","clOrdLinkID":"symbol","account":"long","symbol":"symbol","side":"symbol","lastQty":"long","lastPx":"float","underlyingLastPx":"float","lastMkt":"symbol","lastLiquidityInd":"symbol","simpleOrderQty":"float","orderQty":"long","price":"float","displayQty":"long","stopPx":"float","pegOffsetValue":"float","pegPriceType":"symbol","currency":"symbol","settlCurrency":"symbol","execType":"symbol","ordType":"symbol","timeInForce":"symbol","execInst":"symbol","contingencyType":"symbol","exDestination":"symbol","ordStatus":"symbol","triggered":"symbol","workingIndicator":"boolean","ordRejReason":"symbol","simpleLeavesQty":"float","leavesQty":"long","simpleCumQty":"float","cumQty":"long","avgPx":"float","commission":"float","tradePublishIndicator":"symbol","multiLegReportingType":"symbol","text":"symbol","trdMatchID":"guid","execCost":"long","execComm":"long","homeNotional":"float","foreignNotional":"float","transactTime":"timestamp","timestamp":"timestamp"},"foreignKeys":{"symbol":"instrument","side":"side","ordStatus":"ordStatus"},"attributes":{"execID":"grouped","account":"grouped","execType":"grouped","transactTime":"sorted"},"filter":{"account":27597},"data":[]}
  326. 20191017 13:44:25.900(UTC) INFO: [bitmex] BmConnector report Filled: listSize = 0
  327. 20191017 13:44:25.901(UTC) INFO: [bitmex] TradeConnector makeRestGetQuery(xx) moment = 1571323465
  328. 20191017 13:44:26.025(UTC) INFO: [bitmex] JsonParser preprocessMessage: partial acquired for order
  329. 20191017 13:44:26.026(UTC) INFO: [bitmex] JsonParser performOrderSpecificOp: 'order' removed from partialsParsed
  330. 20191017 13:44:26.026(UTC) INFO: [bitmex] JsonParser preprocessMessage: (order){"table":"order","action":"partial","keys":["orderID"],"types":{"orderID":"guid","clOrdID":"symbol","clOrdLinkID":"symbol","account":"long","symbol":"symbol","side":"symbol","simpleOrderQty":"float","orderQty":"long","price":"float","displayQty":"long","stopPx":"float","pegOffsetValue":"float","pegPriceType":"symbol","currency":"symbol","settlCurrency":"symbol","ordType":"symbol","timeInForce":"symbol","execInst":"symbol","contingencyType":"symbol","exDestination":"symbol","ordStatus":"symbol","triggered":"symbol","workingIndicator":"boolean","ordRejReason":"symbol","simpleLeavesQty":"float","leavesQty":"long","simpleCumQty":"float","cumQty":"long","avgPx":"float","multiLegReportingType":"symbol","text":"symbol","transactTime":"timestamp","timestamp":"timestamp"},"foreignKeys":{"symbol":"instrument","side":"side","ordStatus":"ordStatus"},"attributes":{"orderID":"grouped","account":"grouped","ordStatus":"grouped","workingIndicator":"grouped"},"filter":{"account":27597},"data":[]}
  331. 20191017 13:44:26.026(UTC) INFO: [bitmex] JsonParser preprocessMessage: skips data == [] => {"table":"order","action":"partial","keys":["orderID"],"types":{"orderID":"guid","clOrdID":"symbol","clOrdLinkID":"symbol","account":"long","symbol":"symbol","side":"symbol","simpleOrderQty":"float","orderQty":"long","price":"float","displayQty":"long","stopPx":"float","pegOffsetValue":"float","pegPriceType":"symbol","currency":"symbol","settlCurrency":"symbol","ordType":"symbol","timeInForce":"symbol","execInst":"symbol","contingencyType":"symbol","exDestination":"symbol","ordStatus":"symbol","triggered":"symbol","workingIndicator":"boolean","ordRejReason":"symbol","simpleLeavesQty":"float","leavesQty":"long","simpleCumQty":"float","cumQty":"long","avgPx":"float","multiLegReportingType":"symbol","text":"symbol","transactTime":"timestamp","timestamp":"timestamp"},"foreignKeys":{"symbol":"instrument","side":"side","ordStatus":"ordStatus"},"attributes":{"orderID":"grouped","account":"grouped","ordStatus":"grouped","workingIndicator":"grouped"},"filter":{"account":27597},"data":[]}
  332. 20191017 13:44:26.230(UTC) INFO: [bitmex] BmConnector report Canceled: listSize = 0
  333. 20191017 13:44:26.230(UTC) INFO: [bitmex] BmConnector wsConnect websocket webSocketStartingLatch is down
  334. 20191017 13:44:26.231(UTC) INFO: [bitmex] BmConnector subscribe: XBTUSD
  335. 20191017 13:44:26.232(UTC) WARN: Connection restored, resuming history recoding for XBTUSD@MEX
  336. 20191017 13:44:26.232(UTC) INFO: [bitmex] BmConnector subscribe: set true
  337. 20191017 13:44:26.232(UTC) INFO: [bitmex] BmConnector wsConnect Send websocket message
  338. 20191017 13:44:26.232(UTC) INFO: [bitmex] ClientSocket sendMessage: {"op":"subscribe","args":["orderBookL2:XBTUSD","trade:XBTUSD"]}
  339. 20191017 13:44:26.232(UTC) INFO: Recorder layer created, true false
  340. 20191017 13:44:26.232(UTC) INFO: switchRecorderToDataFile C:\Bookmap\Data library\XBTUSD%0000AUTO%0000AUTO@EXT%003Ac6vo4t9%00000.5%00001.0%00001571319866231862999%00009223372036854775807%00000.bml
  341. 20191017 13:44:26.233(UTC) INFO: [bitmex] BmConnector launchSnapshotTimer 2 for XBTUSD: 2019-10-17T13:44:26.232Z
  342. 20191017 13:44:26.233(UTC) INFO: [bitmex] TradeConnector makeRestGetQuery(xx) moment = 1571323466
  343. 20191017 13:44:26.234(UTC) WARN: Underlying connection restored(BitMEX)
  344. 20191017 13:44:26.234(UTC) INFO: onLoginSuccessful, firstRecordingStarted = true
  345. 20191017 13:44:26.468(UTC) INFO: [bitmex] JsonParser parser: service message {"success":true,"subscribe":"orderBookL2:XBTUSD","request":{"op":"subscribe","args":["orderBookL2:XBTUSD","trade:XBTUSD"]}}
  346. 20191017 13:44:26.469(UTC) INFO: [bitmex] JsonParser parser: service message {"success":true,"subscribe":"trade:XBTUSD","request":{"op":"subscribe","args":["orderBookL2:XBTUSD","trade:XBTUSD"]}}
  347. 20191017 13:44:26.469(UTC) INFO: [bitmex] BmConnector countExecution volume: []
  348. 20191017 13:44:26.469(UTC) INFO: [bitmex] JsonParser preprocessMessage: partial acquired for trade
  349. 20191017 13:44:26.495(UTC) INFO: [bitmex] BmConnector countExecution volume: []
  350. 20191017 13:44:34.636(UTC) INFO: [bitmex] BmConnector launchSnapshotTimer 1 for XBTUSD: resubscribe 2019-10-17T13:44:34.636Z
  351. 20191017 13:44:34.636(UTC) INFO: [bitmex] BmConnector wsConnect Send websocket message
  352. 20191017 13:44:34.637(UTC) INFO: [bitmex] ClientSocket sendMessage: {"op":"unsubscribe","args":["orderBookL2:XBTUSD","trade:XBTUSD"]}
  353. 20191017 13:44:34.637(UTC) INFO: [bitmex] BmConnector unSubscribe: timer gets cancelled
  354. 20191017 13:44:35.578(UTC) INFO: [bitmex] ClientSocket launchPingTimer: last message UTC=1571319866469
  355. 20191017 13:44:35.579(UTC) INFO: [bitmex] ClientSocket launchPingTimer: connection possibly lost UTC=1571319875580
  356. 20191017 13:44:39.638(UTC) INFO: [bitmex] BmConnector subscribe: XBTUSD
  357. 20191017 13:44:39.638(UTC) INFO: [bitmex] BmConnector subscribe: set true
  358. 20191017 13:44:39.638(UTC) INFO: [bitmex] BmConnector wsConnect Send websocket message
  359. 20191017 13:44:39.638(UTC) INFO: [bitmex] ClientSocket sendMessage: {"op":"subscribe","args":["orderBookL2:XBTUSD","trade:XBTUSD"]}
  360. 20191017 13:44:39.639(UTC) INFO: [bitmex] BmConnector launchSnapshotTimer 3 for XBTUSD: 2019-10-17T13:44:39.639Z
  361. 20191017 13:44:39.639(UTC) INFO: [bitmex] TradeConnector makeRestGetQuery(xx) moment = 1571323479
  362. 20191017 13:44:40.334(UTC) INFO: [bitmex] BmConnector countExecution volume: []
  363. 20191017 13:44:40.580(UTC) INFO: [bitmex] ClientSocket launchPingTimer: last message UTC=1571319866469
  364. 20191017 13:44:40.580(UTC) INFO: [bitmex] ClientSocket launchPingTimer: connection lost UTC=1571319880580
  365. 20191017 13:44:40.581(UTC) INFO: ClientSocket: CLOSED WITH STATUS 1006 FOR Harsh disconnect REASON
  366. 20191017 13:44:40.581(UTC) INFO: [bitmex] ClientSockeT close(): socket interrupted
  367. 20191017 13:44:40.583(UTC) WARN: Connection lost, stopping history recoding for XBTUSD@MEX
  368. 20191017 13:44:40.586(UTC) WARN: Underlying connection lost(BitMEX):NO_INTERNET, Connection lost
  369. 20191017 13:44:41.081(UTC) INFO: [bitmexv.0.6.1-alpha] BmConnector wsConnect websocket starting...
  370. 20191017 13:44:41.081(UTC) INFO: [bitmex] BmConnector wsConnect websocket being created...
  371. 20191017 13:44:41.081(UTC) INFO: [bitmex] BmConnector wsConnect client starting...
  372. 20191017 13:44:41.083(UTC) INFO: [bitmex] BmConnector wsConnect websocket connecting...
  373. 20191017 13:44:42.030(UTC) INFO: [bitmex] BmConnector wsConnect websocket auth...
  374. 20191017 13:44:42.031(UTC) INFO: [bitmex] BmConnector wssAuthTwo() moment = 1571323482
  375. 20191017 13:44:42.031(UTC) INFO: [bitmex] BmConnector wsConnect websocket auth message passed
  376. 20191017 13:44:42.031(UTC) INFO: [bitmex] ClientSocket sendMessage: {"op":"authKey","args":["OYkB2_TOQ_wVa_Omk51jiNh6",1571323482,"201ac6680f8cd57d2efa49140b30bf1f8bbe8269101e965038f7d82d3afdd120"]}
  377. 20191017 13:44:42.031(UTC) INFO: [bitmex] ClientSocket sendMessage: {"op":"subscribe","args":["position","wallet","margin","execution","order"]}
  378. 20191017 13:44:42.032(UTC) INFO: [bitmex] TradeConnector makeRestGetQuery(xx) moment = 1571323482
  379. 20191017 13:44:42.257(UTC) INFO: [bitmex] JsonParser parser: service message {"success":true,"request":{"op":"authKey","args":["OYkB2_TOQ_wVa_Omk51jiNh6",1571323482,"201ac6680f8cd57d2efa49140b30bf1f8bbe8269101e965038f7d82d3afdd120"]}}
  380. 20191017 13:44:42.257(UTC) INFO: [bitmex] JsonParser preprocessMessage: partial acquired for position
  381. 20191017 13:44:42.257(UTC) INFO: [bitmex] JsonParser preprocessMessage: skips data == [] => {"table":"position","action":"partial","keys":["account","symbol","currency"],"types":{"account":"long","symbol":"symbol","currency":"symbol","underlying":"symbol","quoteCurrency":"symbol","commission":"float","initMarginReq":"float","maintMarginReq":"float","riskLimit":"long","leverage":"float","crossMargin":"boolean","deleveragePercentile":"float","rebalancedPnl":"long","prevRealisedPnl":"long","prevUnrealisedPnl":"long","prevClosePrice":"float","openingTimestamp":"timestamp","openingQty":"long","openingCost":"long","openingComm":"long","openOrderBuyQty":"long","openOrderBuyCost":"long","openOrderBuyPremium":"long","openOrderSellQty":"long","openOrderSellCost":"long","openOrderSellPremium":"long","execBuyQty":"long","execBuyCost":"long","execSellQty":"long","execSellCost":"long","execQty":"long","execCost":"long","execComm":"long","currentTimestamp":"timestamp","currentQty":"long","currentCost":"long","currentComm":"long","realisedCost":"long","unrealisedCost":"long","grossOpenCost":"long","grossOpenPremium":"long","grossExecCost":"long","isOpen":"boolean","markPrice":"float","markValue":"long","riskValue":"long","homeNotional":"float","foreignNotional":"float","posState":"symbol","posCost":"long","posCost2":"long","posCross":"long","posInit":"long","posComm":"long","posLoss":"long","posMargin":"long","posMaint":"long","posAllowance":"long","taxableMargin":"long","initMargin":"long","maintMargin":"long","sessionMargin":"long","targetExcessMargin":"long","varMargin":"long","realisedGrossPnl":"long","realisedTax":"long","realisedPnl":"long","unrealisedGrossPnl":"long","longBankrupt":"long","shortBankrupt":"long","taxBase":"long","indicativeTaxRate":"float","indicativeTax":"long","unrealisedTax":"long","unrealisedPnl":"long","unrealisedPnlPcnt":"float","unrealisedRoePcnt":"float","simpleQty":"float","simpleCost":"float","simpleValue":"float","simplePnl":"float","simplePnlPcnt":"float","avgCostPrice":"float","avgEntryPrice":"float","breakEvenPrice":"float","marginCallPrice":"float","liquidationPrice":"float","bankruptPrice":"float","timestamp":"timestamp","lastPrice":"float","lastValue":"long"},"foreignKeys":{"symbol":"instrument"},"attributes":{"account":"sorted","symbol":"grouped","currency":"grouped","underlying":"grouped","quoteCurrency":"grouped"},"filter":{"account":27597},"data":[]}
  382. 20191017 13:44:42.258(UTC) INFO: [bitmex] JsonParser preprocessMessage: partial acquired for wallet
  383. 20191017 13:44:42.277(UTC) INFO: [bitmex] JsonParser preprocessMessage: partial acquired for margin
  384. 20191017 13:44:42.278(UTC) INFO: [bitmex] JsonParser preprocessMessage: partial acquired for execution
  385. 20191017 13:44:42.278(UTC) INFO: [bitmex] JsonParser preprocessMessage: skips data == [] => {"table":"execution","action":"partial","keys":["execID"],"types":{"execID":"guid","orderID":"guid","clOrdID":"symbol","clOrdLinkID":"symbol","account":"long","symbol":"symbol","side":"symbol","lastQty":"long","lastPx":"float","underlyingLastPx":"float","lastMkt":"symbol","lastLiquidityInd":"symbol","simpleOrderQty":"float","orderQty":"long","price":"float","displayQty":"long","stopPx":"float","pegOffsetValue":"float","pegPriceType":"symbol","currency":"symbol","settlCurrency":"symbol","execType":"symbol","ordType":"symbol","timeInForce":"symbol","execInst":"symbol","contingencyType":"symbol","exDestination":"symbol","ordStatus":"symbol","triggered":"symbol","workingIndicator":"boolean","ordRejReason":"symbol","simpleLeavesQty":"float","leavesQty":"long","simpleCumQty":"float","cumQty":"long","avgPx":"float","commission":"float","tradePublishIndicator":"symbol","multiLegReportingType":"symbol","text":"symbol","trdMatchID":"guid","execCost":"long","execComm":"long","homeNotional":"float","foreignNotional":"float","transactTime":"timestamp","timestamp":"timestamp"},"foreignKeys":{"symbol":"instrument","side":"side","ordStatus":"ordStatus"},"attributes":{"execID":"grouped","account":"grouped","execType":"grouped","transactTime":"sorted"},"filter":{"account":27597},"data":[]}
  386. 20191017 13:44:42.278(UTC) INFO: [bitmex] JsonParser parser: service message {"success":true,"subscribe":"position","request":{"op":"subscribe","args":["position","wallet","margin","execution","order"]}}
  387. 20191017 13:44:42.278(UTC) INFO: [bitmex] JsonParser parser: service message {"success":true,"subscribe":"wallet","request":{"op":"subscribe","args":["position","wallet","margin","execution","order"]}}
  388. 20191017 13:44:42.279(UTC) INFO: [bitmex] JsonParser parser: service message {"success":true,"subscribe":"margin","request":{"op":"subscribe","args":["position","wallet","margin","execution","order"]}}
  389. 20191017 13:44:42.279(UTC) INFO: [bitmex] JsonParser parser: service message {"success":true,"subscribe":"execution","request":{"op":"subscribe","args":["position","wallet","margin","execution","order"]}}
  390. 20191017 13:44:42.279(UTC) INFO: [bitmex] JsonParser parser: service message {"success":true,"subscribe":"order","request":{"op":"subscribe","args":["position","wallet","margin","execution","order"]}}
  391. 20191017 13:44:42.463(UTC) INFO: [bitmex] BmConnector report Filled: listSize = 0
  392. 20191017 13:44:42.463(UTC) INFO: [bitmex] JsonParser preprocessMessage: partial acquired for order
  393. 20191017 13:44:42.463(UTC) INFO: [bitmex] TradeConnector makeRestGetQuery(xx) moment = 1571323482
  394. 20191017 13:44:42.463(UTC) INFO: [bitmex] JsonParser performOrderSpecificOp: 'order' removed from partialsParsed
  395. 20191017 13:44:42.463(UTC) INFO: [bitmex] JsonParser preprocessMessage: (order){"table":"order","action":"partial","keys":["orderID"],"types":{"orderID":"guid","clOrdID":"symbol","clOrdLinkID":"symbol","account":"long","symbol":"symbol","side":"symbol","simpleOrderQty":"float","orderQty":"long","price":"float","displayQty":"long","stopPx":"float","pegOffsetValue":"float","pegPriceType":"symbol","currency":"symbol","settlCurrency":"symbol","ordType":"symbol","timeInForce":"symbol","execInst":"symbol","contingencyType":"symbol","exDestination":"symbol","ordStatus":"symbol","triggered":"symbol","workingIndicator":"boolean","ordRejReason":"symbol","simpleLeavesQty":"float","leavesQty":"long","simpleCumQty":"float","cumQty":"long","avgPx":"float","multiLegReportingType":"symbol","text":"symbol","transactTime":"timestamp","timestamp":"timestamp"},"foreignKeys":{"symbol":"instrument","side":"side","ordStatus":"ordStatus"},"attributes":{"orderID":"grouped","account":"grouped","ordStatus":"grouped","workingIndicator":"grouped"},"filter":{"account":27597},"data":[]}
  396. 20191017 13:44:42.464(UTC) INFO: [bitmex] JsonParser preprocessMessage: skips data == [] => {"table":"order","action":"partial","keys":["orderID"],"types":{"orderID":"guid","clOrdID":"symbol","clOrdLinkID":"symbol","account":"long","symbol":"symbol","side":"symbol","simpleOrderQty":"float","orderQty":"long","price":"float","displayQty":"long","stopPx":"float","pegOffsetValue":"float","pegPriceType":"symbol","currency":"symbol","settlCurrency":"symbol","ordType":"symbol","timeInForce":"symbol","execInst":"symbol","contingencyType":"symbol","exDestination":"symbol","ordStatus":"symbol","triggered":"symbol","workingIndicator":"boolean","ordRejReason":"symbol","simpleLeavesQty":"float","leavesQty":"long","simpleCumQty":"float","cumQty":"long","avgPx":"float","multiLegReportingType":"symbol","text":"symbol","transactTime":"timestamp","timestamp":"timestamp"},"foreignKeys":{"symbol":"instrument","side":"side","ordStatus":"ordStatus"},"attributes":{"orderID":"grouped","account":"grouped","ordStatus":"grouped","workingIndicator":"grouped"},"filter":{"account":27597},"data":[]}
  397. 20191017 13:44:42.734(UTC) INFO: [bitmex] BmConnector report Canceled: listSize = 0
  398. 20191017 13:44:42.734(UTC) INFO: [bitmex] BmConnector wsConnect websocket webSocketStartingLatch is down
  399. 20191017 13:44:42.735(UTC) INFO: [bitmex] BmConnector subscribe: XBTUSD
  400. 20191017 13:44:42.735(UTC) INFO: [bitmex] BmConnector subscribe: set true
  401. 20191017 13:44:42.735(UTC) WARN: Connection restored, resuming history recoding for XBTUSD@MEX
  402. 20191017 13:44:42.735(UTC) INFO: [bitmex] BmConnector wsConnect Send websocket message
  403. 20191017 13:44:42.735(UTC) INFO: [bitmex] ClientSocket sendMessage: {"op":"subscribe","args":["orderBookL2:XBTUSD","trade:XBTUSD"]}
  404. 20191017 13:44:42.735(UTC) INFO: Recorder layer created, true false
  405. 20191017 13:44:42.735(UTC) INFO: switchRecorderToDataFile C:\Bookmap\Data library\XBTUSD%0000AUTO%0000AUTO@EXT%003Ac6vo4t9%00000.5%00001.0%00001571319882735121900%00009223372036854775807%00000.bml
  406. 20191017 13:44:42.736(UTC) INFO: [bitmex] BmConnector launchSnapshotTimer 4 for XBTUSD: 2019-10-17T13:44:42.736Z
  407. 20191017 13:44:42.736(UTC) INFO: [bitmex] TradeConnector makeRestGetQuery(xx) moment = 1571323482
  408. 20191017 13:44:42.737(UTC) WARN: Underlying connection restored(BitMEX)
  409. 20191017 13:44:42.737(UTC) INFO: onLoginSuccessful, firstRecordingStarted = true
  410. 20191017 13:44:42.984(UTC) INFO: [bitmex] JsonParser parser: service message {"success":true,"subscribe":"orderBookL2:XBTUSD","request":{"op":"subscribe","args":["orderBookL2:XBTUSD","trade:XBTUSD"]}}
  411. 20191017 13:44:42.984(UTC) INFO: [bitmex] JsonParser parser: service message {"success":true,"subscribe":"trade:XBTUSD","request":{"op":"subscribe","args":["orderBookL2:XBTUSD","trade:XBTUSD"]}}
  412. 20191017 13:44:42.985(UTC) INFO: [bitmex] BmConnector countExecution volume: []
  413. 20191017 13:44:42.985(UTC) INFO: [bitmex] JsonParser preprocessMessage: partial acquired for trade
  414. 20191017 13:44:49.639(UTC) INFO: [bitmex] BmConnector launchSnapshotTimer 3 for XBTUSD: resubscribe 2019-10-17T13:44:49.640Z
  415. 20191017 13:44:49.640(UTC) INFO: [bitmex] BmConnector wsConnect Send websocket message
  416. 20191017 13:44:49.640(UTC) INFO: [bitmex] ClientSocket sendMessage: {"op":"unsubscribe","args":["orderBookL2:XBTUSD","trade:XBTUSD"]}
  417. 20191017 13:44:49.640(UTC) INFO: [bitmex] BmConnector unSubscribe: timer gets cancelled
  418. 20191017 13:44:51.581(UTC) INFO: [bitmex] Provider close():
  419. 20191017 13:44:51.582(UTC) INFO: ClientSocket: CLOSED WITH STATUS 1006 FOR Harsh disconnect REASON
  420. 20191017 13:44:51.582(UTC) INFO: [bitmex] ClientSockeT close(): socket interrupted
  421. 20191017 13:44:51.582(UTC) INFO: Layer1ApiReThrower: Thread interrupted
  422. 20191017 13:44:51.584(UTC) INFO: [bitmex] ClientSockeT close(): socket interrupted
  423. 20191017 13:44:51.584(UTC) INFO: [bitmex] BmConnector run: closing
  424. 20191017 13:44:51.596(UTC) INFO: Last tab opened in main window index: 0
  425. 20191017 13:44:51.596(UTC) INFO: Current tab: null, other windows: 0
  426. 20191017 13:44:51.648(UTC) WARN: OnlineCalculatorsManager null when destroyCustomIndicatorsModel
  427. 20191017 13:44:51.652(UTC) INFO: Current tab: XBTUSD@MEX, other windows: 0
  428. 20191017 13:44:51.658(UTC) INFO: Mouse listeners for drag and click handler init: true, true, true
  429. 20191017 13:44:51.658(UTC) INFO: Mouse listeners for drag and click handler init: false, true, false
  430. 20191017 13:44:51.679(UTC) WARN: Failed to get supported features - alias does not exist
  431. 20191017 13:44:51.724(UTC) INFO: Last tab opened in main window index: 0
  432. 20191017 13:44:51.724(UTC) INFO: Current tab: null, other windows: 0
  433. 20191017 13:44:51.760(UTC) WARN: OnlineCalculatorsManager null when destroyCustomIndicatorsModel
  434. 20191017 13:44:51.761(UTC) WARN: OnlineCalculatorsManager null when destroyCustomIndicatorsModel
  435. 20191017 13:44:54.641(UTC) INFO: [bitmex] BmConnector subscribe: XBTUSD
  436. 20191017 13:44:54.641(UTC) INFO: [bitmex] BmConnector subscribe: set true
  437. 20191017 13:44:54.641(UTC) INFO: [bitmex] BmConnector wsConnect Send websocket message
  438. 20191017 13:44:54.641(UTC) INFO: [bitmex] ClientSocket sendMessage: {"op":"subscribe","args":["orderBookL2:XBTUSD","trade:XBTUSD"]}
  439. 20191017 13:44:54.642(UTC) INFO: [bitmex] BmConnector launchSnapshotTimer 5 for XBTUSD: 2019-10-17T13:44:54.642Z
  440. 20191017 13:44:54.642(UTC) INFO: [bitmex] TradeConnector makeRestGetQuery(xx) moment = 1571323494
  441. 20191017 13:44:54.772(UTC) INFO: Websocket is now open
  442. 20191017 13:44:54.773(UTC) INFO: Multiplatform: onLoginSuccessful Bitfinex MBP
  443. 20191017 13:44:54.773(UTC) INFO: onLoginSuccessful, firstRecordingStarted = true
  444. 20191017 13:44:55.310(UTC) INFO: [bitmex] BmConnector countExecution volume: []
  445. 20191017 13:44:55.419(UTC) WARN: File version 4, fileLengthMetadataValue = 0, will not read end of file
  446. 20191017 13:44:55.420(UTC) INFO: Recorder layer created, true false
  447. 20191017 13:44:55.420(UTC) INFO: switchRecorderToDataFile C:\Bookmap\Data library\XBTUSD%0000AUTO%0000AUTO@EXT%003Ac6vo4t9%00000.5%00001.0%00001571317200000000000%00009223372036854775807%00005.bml
  448. 20191017 13:44:56.375(UTC) WARN: File C:\Bookmap\Data library\bm-feed-import6041189802331087037.tmp reading stopped due to possible corruption of data, 1671680 / 1673308
  449. 20191017 13:44:56.379(UTC) INFO: Data download/resampling complete for InstrumentInfo [symbol=XBTUSD, exchange=AUTO, type=AUTO@EXT:com.bookmap.plugins.layer0.bitmex.Provider, pips=0.5, multiplier=1.0, fullName=, isFullDepth=false] from BM server t0=Thu Oct 17 03:44:09 EDT 2019
  450. 20191017 13:45:01.104(UTC) INFO: Adding historical data for XBTUSD@MEX: start (1678685)
  451. 20191017 13:45:01.104(UTC) INFO: Aborting adding historical data for XBTUSD@MEX, instrument already unsubscribed
  452. 20191017 13:45:01.104(UTC) INFO: Adding historical data for XBTUSD@MEX: finish
  453. 20191017 13:45:04.528(UTC) INFO: onInstrumentAdded ETH_BTC ETH_BTC AUTO AUTO{InstrumentInfo [symbol=ETH_BTC, exchange=AUTO, type=AUTO, pips=1.0E-5, multiplier=1.0, fullName=, isFullDepth=false]}
  454. 20191017 13:45:04.528(UTC) INFO: Iceberg: disabled for ETH_BTC@BFp
  455. 20191017 13:45:04.591(UTC) INFO: new BmRecorder
  456. 20191017 13:45:04.591(UTC) INFO: contractDetails ETH_BTC@BFp 1.0E-5 1.0
  457. 20191017 13:45:04.593(UTC) INFO: Invalidate failed for ETH_BTC@BFp#CVD_buyers, available: []
  458. 20191017 13:45:04.593(UTC) INFO: Invalidate failed for ETH_BTC@BFp#CVD_sellers, available: []
  459. 20191017 13:45:04.595(UTC) INFO: Invalidate failed for ETH_BTC@BFp#CVD_buyers, available: []
  460. 20191017 13:45:04.595(UTC) INFO: Invalidate failed for ETH_BTC@BFp#CVD_sellers, available: []
  461. 20191017 13:45:04.595(UTC) WARN: Bitfinex MBP | external provider does not support CIT
  462. 20191017 13:45:04.597(UTC) INFO: Current tab: ETH_BTC@BFp, other windows: 0
  463. 20191017 13:45:04.597(UTC) INFO: Depth parameters for ETH_BTC@BFp: 24h local
  464. 20191017 13:45:04.598(UTC) INFO: Recorder layer created, true false
  465. 20191017 13:45:04.598(UTC) INFO: switchRecorderToDataFile C:\Bookmap\Data library\ETH_BTC%0000AUTO%0000AUTO@EXT%003Abf2c6pe%00001.0E-5%00001000.0%00001571319904528291700%00009223372036854775807%00000.bml
  466. 20191017 13:45:04.598(UTC) INFO: Requesting data for InstrumentInfo [symbol=ETH_BTC, exchange=AUTO, type=AUTO@EXT:bookmap.MBPRealTimeProvider, pips=1.0E-5, multiplier=1.0, fullName=, isFullDepth=false] from BM server t0=Wed Oct 16 09:45:04 EDT 2019
  467. 20191017 13:45:04.598(UTC) INFO: Purge? 1571317200000000000 . 1571319904528291700 false
  468. 20191017 13:45:04.599(UTC) INFO: Purge? 1571166000000000000 . 1571319904528291700 false
  469. 20191017 13:45:04.599(UTC) INFO: Purge? 1571317200000000000 . 1571319904528291700 false
  470. 20191017 13:45:04.599(UTC) INFO: Purge? 1571223600000000000 . 1571319904528291700 false
  471. 20191017 13:45:04.599(UTC) INFO: Purge? 1571317200000000000 . 1571319904528291700 false
  472. 20191017 13:45:04.599(UTC) INFO: Purge? 1571223600000000000 . 1571319904528291700 false
  473. 20191017 13:45:04.599(UTC) INFO: Purge? 1571317200000000000 . 1571319904528291700 false
  474. 20191017 13:45:04.599(UTC) INFO: Purge? 1571223600000000000 . 1571319904528291700 false
  475. 20191017 13:45:04.599(UTC) INFO: Purge? 1571317200000000000 . 1571319904528291700 false
  476. 20191017 13:45:04.605(UTC) INFO: Mouse listeners for drag and click handler init: true, true, true
  477. 20191017 13:45:04.605(UTC) INFO: Mouse listeners for drag and click handler init: false, true, false
  478. 20191017 13:45:04.642(UTC) INFO: [bitmex] Waiting for the socket, timer 5 shutdown
  479. 20191017 13:45:04.716(UTC) INFO: Changing font size 16 pg
  480. 20191017 13:45:04.716(UTC) WARN: OnlineCalculatorsManager null when destroyCustomIndicatorsModel
  481. 20191017 13:45:04.740(UTC) INFO: Registering symbol BitfinexExecutedTradeSymbol [bitfinexCurrencyPair=ETH_BTC] on channel 173398
  482. 20191017 13:45:05.780(UTC) INFO: Registering book {"event":"subscribed","channel":"book","chanId":475431,"symbol":"tETHBTC","prec":"P1","freq":"F0","len":"100","pair":"ETHBTC"} on channel 475431
  483. 20191017 13:45:08.403(UTC) WARN: File version 4, fileLengthMetadataValue = 0, will not read end of file
  484. 20191017 13:45:08.404(UTC) INFO: Recorder layer created, true false
  485. 20191017 13:45:08.404(UTC) INFO: switchRecorderToDataFile C:\Bookmap\Data library\ETH_BTC%0000AUTO%0000AUTO@EXT%003Abf2c6pe%00001.0E-5%00001000.0%00001571317200000000000%00009223372036854775807%00005.bml
  486. 20191017 13:45:08.473(UTC) WARN: File C:\Bookmap\Data library\bm-feed-import816389186531556086.tmp reading stopped due to possible corruption of data, 141824 / 143596
  487. 20191017 13:45:08.476(UTC) INFO: Data download/resampling complete for InstrumentInfo [symbol=ETH_BTC, exchange=AUTO, type=AUTO@EXT:bookmap.MBPRealTimeProvider, pips=1.0E-5, multiplier=1.0, fullName=, isFullDepth=false] from BM server t0=Wed Oct 16 09:45:04 EDT 2019
  488. 20191017 13:45:10.921(UTC) INFO: Adding historical data for ETH_BTC@BFp: start (353713)
  489. 20191017 13:45:16.474(UTC) INFO: onInstrumentAdded XRP_BTC XRP_BTC AUTO AUTO{InstrumentInfo [symbol=XRP_BTC, exchange=AUTO, type=AUTO, pips=1.0E-8, multiplier=1.0, fullName=, isFullDepth=false]}
  490. 20191017 13:45:16.475(UTC) INFO: Iceberg: disabled for XRP_BTC@BFp
  491. 20191017 13:45:16.540(UTC) INFO: new BmRecorder
  492. 20191017 13:45:16.541(UTC) INFO: contractDetails XRP_BTC@BFp 1.0E-8 1.0
  493. 20191017 13:45:16.542(UTC) INFO: Invalidate failed for XRP_BTC@BFp#CVD_buyers, available: []
  494. 20191017 13:45:16.543(UTC) INFO: Invalidate failed for XRP_BTC@BFp#CVD_sellers, available: []
  495. 20191017 13:45:16.544(UTC) INFO: Invalidate failed for XRP_BTC@BFp#CVD_buyers, available: []
  496. 20191017 13:45:16.544(UTC) INFO: Invalidate failed for XRP_BTC@BFp#CVD_sellers, available: []
  497. 20191017 13:45:16.544(UTC) WARN: Bitfinex MBP | external provider does not support CIT
  498. 20191017 13:45:16.546(UTC) INFO: Depth parameters for XRP_BTC@BFp: 24h local
  499. 20191017 13:45:16.546(UTC) INFO: Recorder layer created, true false
  500. 20191017 13:45:16.546(UTC) INFO: Requesting data for InstrumentInfo [symbol=XRP_BTC, exchange=AUTO, type=AUTO@EXT:bookmap.MBPRealTimeProvider, pips=1.0E-8, multiplier=1.0, fullName=, isFullDepth=false] from BM server t0=Wed Oct 16 09:45:16 EDT 2019
  501. 20191017 13:45:16.546(UTC) INFO: switchRecorderToDataFile C:\Bookmap\Data library\XRP_BTC%0000AUTO%0000AUTO@EXT%003Abf2c6pe%00001.0E-8%00001.0%00001571319916475047500%00009223372036854775807%00000.bml
  502. 20191017 13:45:16.546(UTC) INFO: Purge? 1571317200000000000 . 1571319916475047500 false
  503. 20191017 13:45:16.547(UTC) INFO: Purge? 1571166000000000000 . 1571319916475047500 false
  504. 20191017 13:45:16.547(UTC) INFO: Purge? 1571317200000000000 . 1571319916475047500 false
  505. 20191017 13:45:16.547(UTC) INFO: Purge? 1571223600000000000 . 1571319916475047500 false
  506. 20191017 13:45:16.547(UTC) INFO: Purge? 1571317200000000000 . 1571319916475047500 false
  507. 20191017 13:45:16.547(UTC) INFO: Purge? 1571223600000000000 . 1571319916475047500 false
  508. 20191017 13:45:16.547(UTC) INFO: Purge? 1571317200000000000 . 1571319916475047500 false
  509. 20191017 13:45:16.547(UTC) INFO: Purge? 1571223600000000000 . 1571319916475047500 false
  510. 20191017 13:45:16.547(UTC) INFO: Purge? 1571317200000000000 . 1571319916475047500 false
  511. 20191017 13:45:16.698(UTC) INFO: Registering symbol BitfinexExecutedTradeSymbol [bitfinexCurrencyPair=XRP_BTC] on channel 461780
  512. 20191017 13:45:18.801(UTC) INFO: Registering book {"event":"subscribed","channel":"book","chanId":462207,"symbol":"tXRPBTC","prec":"P0","freq":"F0","len":"100","pair":"XRPBTC"} on channel 462207
  513. 20191017 13:45:19.143(UTC) INFO: Finish reading historical events
  514. 20191017 13:45:19.169(UTC) INFO: Adding historical data for ETH_BTC@BFp: finish
  515. 20191017 13:45:27.664(UTC) WARN: File version 4, fileLengthMetadataValue = 0, will not read end of file
  516. 20191017 13:45:27.665(UTC) INFO: Recorder layer created, true false
  517. 20191017 13:45:27.665(UTC) INFO: switchRecorderToDataFile C:\Bookmap\Data library\XRP_BTC%0000AUTO%0000AUTO@EXT%003Abf2c6pe%00001.0E-8%00001.0%00001571317200000000000%00009223372036854775807%00005.bml
  518. 20191017 13:45:27.808(UTC) WARN: File C:\Bookmap\Data library\bm-feed-import5754468739730540472.tmp reading stopped due to possible corruption of data, 320000 / 321932
  519. 20191017 13:45:27.811(UTC) INFO: Data download/resampling complete for InstrumentInfo [symbol=XRP_BTC, exchange=AUTO, type=AUTO@EXT:bookmap.MBPRealTimeProvider, pips=1.0E-8, multiplier=1.0, fullName=, isFullDepth=false] from BM server t0=Wed Oct 16 09:45:16 EDT 2019
  520. 20191017 13:45:31.340(UTC) INFO: Adding historical data for XRP_BTC@BFp: start (883773)
  521. 20191017 13:45:33.968(UTC) INFO: onInstrumentAdded BTC_USD BTC_USD AUTO AUTO{InstrumentInfo [symbol=BTC_USD, exchange=AUTO, type=AUTO, pips=10.0, multiplier=1.0, fullName=, isFullDepth=false]}
  522. 20191017 13:45:33.969(UTC) INFO: Iceberg: disabled for BTC_USD@BFp
  523. 20191017 13:45:34.020(UTC) INFO: new BmRecorder
  524. 20191017 13:45:34.020(UTC) INFO: contractDetails BTC_USD@BFp 10.0 1.0
  525. 20191017 13:45:34.021(UTC) INFO: Invalidate failed for BTC_USD@BFp#CVD_buyers, available: []
  526. 20191017 13:45:34.022(UTC) INFO: Invalidate failed for BTC_USD@BFp#CVD_sellers, available: []
  527. 20191017 13:45:34.023(UTC) INFO: Invalidate failed for BTC_USD@BFp#CVD_buyers, available: []
  528. 20191017 13:45:34.023(UTC) WARN: Bitfinex MBP | external provider does not support CIT
  529. 20191017 13:45:34.023(UTC) INFO: Invalidate failed for BTC_USD@BFp#CVD_sellers, available: []
  530. 20191017 13:45:34.025(UTC) INFO: Depth parameters for BTC_USD@BFp: 24h local
  531. 20191017 13:45:34.025(UTC) INFO: Recorder layer created, true false
  532. 20191017 13:45:34.025(UTC) INFO: switchRecorderToDataFile C:\Bookmap\Data library\BTC_USD%0000AUTO%0000AUTO@EXT%003Abf2c6pe%000010.0%000010000.0%00001571319933969090400%00009223372036854775807%00000.bml
  533. 20191017 13:45:34.025(UTC) INFO: Requesting data for InstrumentInfo [symbol=BTC_USD, exchange=AUTO, type=AUTO@EXT:bookmap.MBPRealTimeProvider, pips=10.0, multiplier=1.0, fullName=, isFullDepth=false] from BM server t0=Wed Oct 16 09:45:33 EDT 2019
  534. 20191017 13:45:34.026(UTC) INFO: Purge? 1571317200000000000 . 1571319933969090400 false
  535. 20191017 13:45:34.026(UTC) INFO: Purge? 1571166000000000000 . 1571319933969090400 false
  536. 20191017 13:45:34.026(UTC) INFO: Purge? 1571317200000000000 . 1571319933969090400 false
  537. 20191017 13:45:34.026(UTC) INFO: Purge? 1571223600000000000 . 1571319933969090400 false
  538. 20191017 13:45:34.026(UTC) INFO: Purge? 1571317200000000000 . 1571319933969090400 false
  539. 20191017 13:45:34.026(UTC) INFO: Purge? 1571223600000000000 . 1571319933969090400 false
  540. 20191017 13:45:34.026(UTC) INFO: Purge? 1571317200000000000 . 1571319933969090400 false
  541. 20191017 13:45:34.026(UTC) INFO: Purge? 1571223600000000000 . 1571319933969090400 false
  542. 20191017 13:45:34.026(UTC) INFO: Purge? 1571317200000000000 . 1571319933969090400 false
  543. 20191017 13:45:34.211(UTC) INFO: Registering symbol BitfinexExecutedTradeSymbol [bitfinexCurrencyPair=BTC_USD] on channel 173272
  544. 20191017 13:45:35.064(UTC) WARN: OnlineCalculatorsManager null when destroyCustomIndicatorsModel
  545. 20191017 13:45:35.065(UTC) INFO: Current tab: BTC_USD@BFp, other windows: 0
  546. 20191017 13:45:35.069(UTC) INFO: Mouse listeners for drag and click handler init: true, true, true
  547. 20191017 13:45:35.070(UTC) INFO: Mouse listeners for drag and click handler init: false, true, false
  548. 20191017 13:45:35.151(UTC) INFO: Changing font size 16 pg
  549. 20191017 13:45:35.151(UTC) WARN: OnlineCalculatorsManager null when destroyCustomIndicatorsModel
  550. 20191017 13:45:35.312(UTC) INFO: Performance measurement [tab switch]:294ms
  551. 20191017 13:45:35.721(UTC) INFO: Registering book {"event":"subscribed","channel":"book","chanId":475442,"symbol":"tBTCUSD","prec":"P2","freq":"F0","len":"100","pair":"BTCUSD"} on channel 475442
  552. 20191017 13:45:44.202(UTC) WARN: File version 4, fileLengthMetadataValue = 0, will not read end of file
  553. 20191017 13:45:44.203(UTC) INFO: Recorder layer created, true false
  554. 20191017 13:45:44.203(UTC) INFO: switchRecorderToDataFile C:\Bookmap\Data library\BTC_USD%0000AUTO%0000AUTO@EXT%003Abf2c6pe%000010.0%000010000.0%00001571317200000000000%00009223372036854775807%00005.bml
  555. 20191017 13:45:44.365(UTC) WARN: File C:\Bookmap\Data library\bm-feed-import4740998887369965884.tmp reading stopped due to possible corruption of data, 444416 / 446444
  556. 20191017 13:45:44.369(UTC) INFO: Data download/resampling complete for InstrumentInfo [symbol=BTC_USD, exchange=AUTO, type=AUTO@EXT:bookmap.MBPRealTimeProvider, pips=10.0, multiplier=1.0, fullName=, isFullDepth=false] from BM server t0=Wed Oct 16 09:45:33 EDT 2019
  557. 20191017 13:45:46.386(UTC) INFO: Adding historical data for BTC_USD@BFp: start (17258)
  558. 20191017 13:45:48.970(UTC) INFO: Finish reading historical events
  559. 20191017 13:45:48.996(UTC) INFO: Adding historical data for XRP_BTC@BFp: finish
  560. 20191017 13:45:49.488(UTC) INFO: Finish reading historical events
  561. 20191017 13:45:49.501(UTC) INFO: Adding historical data for BTC_USD@BFp: finish
  562. 20191017 13:46:05.340(UTC) INFO: Platform info:BFp-7.0.0 build:82
  563. 20191017 13:46:06.731(UTC) WARN: OnlineCalculatorsManager null when destroyCustomIndicatorsModel
  564. 20191017 13:46:06.733(UTC) INFO: Current tab: XRP_BTC@BFp, other windows: 0
  565. 20191017 13:46:06.739(UTC) INFO: Mouse listeners for drag and click handler init: true, true, true
  566. 20191017 13:46:06.740(UTC) INFO: Mouse listeners for drag and click handler init: false, true, false
  567. 20191017 13:46:06.825(UTC) INFO: Changing font size 16 pg
  568. 20191017 13:46:06.826(UTC) WARN: OnlineCalculatorsManager null when destroyCustomIndicatorsModel
  569. 20191017 13:46:06.973(UTC) INFO: Performance measurement [tab switch]:284ms
  570. 20191017 13:46:11.886(UTC) WARN: OnlineCalculatorsManager null when destroyCustomIndicatorsModel
  571. 20191017 13:46:11.887(UTC) INFO: Current tab: ETH_BTC@BFp, other windows: 0
  572. 20191017 13:46:11.891(UTC) INFO: Mouse listeners for drag and click handler init: true, true, true
  573. 20191017 13:46:11.891(UTC) INFO: Mouse listeners for drag and click handler init: false, true, false
  574. 20191017 13:46:11.956(UTC) INFO: Changing font size 16 pg
  575. 20191017 13:46:11.957(UTC) WARN: OnlineCalculatorsManager null when destroyCustomIndicatorsModel
  576. 20191017 13:46:12.069(UTC) INFO: Performance measurement [tab switch]:221ms
  577. 20191017 13:47:20.111(UTC) WARN: OnlineCalculatorsManager null when destroyCustomIndicatorsModel
  578. 20191017 13:47:20.113(UTC) INFO: Current tab: BTC_USD@BFp, other windows: 0
  579. 20191017 13:47:20.117(UTC) INFO: Mouse listeners for drag and click handler init: true, true, true
  580. 20191017 13:47:20.117(UTC) INFO: Mouse listeners for drag and click handler init: false, true, false
  581. 20191017 13:47:20.185(UTC) INFO: Changing font size 16 pg
  582. 20191017 13:47:20.186(UTC) WARN: OnlineCalculatorsManager null when destroyCustomIndicatorsModel
  583. 20191017 13:47:20.323(UTC) INFO: Performance measurement [tab switch]:261ms
  584. 20191017 13:50:02.095(UTC) INFO: Unloading strategy/indicator C:\Bookmap\Config\velox.api.layer1.layers.Layer1ApiLargeTradesAlerter velox.api.layer1.layers.Layer1ApiLargeTradesAlerter
  585. 20191017 13:50:02.097(UTC) INFO: Unloading strategy/indicator C:\Bookmap\Config\velox.api.layer1.layers.Layer1ApiCvdIndicator velox.api.layer1.layers.Layer1ApiCvdIndicator
  586. 20191017 13:50:02.099(UTC) ERROR: Task injection error
  587. java.lang.IllegalStateException: Can't remove message velox.api.layer1.layers.Layer1ApiCvdIndicator#CVD_buyers#BTC_USD@BFp from [velox.bookmap.fL#Position, velox.api.layer1.layers.Layer1ApiIcebergDisplayer#BTC_USD@BFp#Iceberg displayer, velox.bookmap.fL#P&L]
  588. at velox.bookmap.Cd.a(SourceFile:18598)
  589. at velox.bookmap.MQ.a(SourceFile:3278)
  590. at velox.bookmap.MQ.a(SourceFile:45264)
  591. at velox.bookmap.MQ.a(SourceFile:2452)
  592. at velox.bookmap.MQ.onUserMessage(SourceFile:46447)
  593. at velox.bookmap.Nf.onUserMessage(SourceFile:472)
  594. at velox.api.layer1.layers.Layer1ApiUpstreamRelay.onUserMessage(SourceFile:210)
  595. at velox.bookmap.eZ.onUserMessage(SourceFile:86)
  596. at velox.api.layer1.layers.Layer1ApiUpstreamRelay.onUserMessage(SourceFile:210)
  597. at velox.bookmap.bB.onUserMessage(SourceFile:243)
  598. at velox.bookmap.fa.onUserMessage(SourceFile:449)
  599. at velox.api.layer1.layers.Layer1ApiUpstreamRelay.onUserMessage(SourceFile:210)
  600. at velox.bookmap.bB.onUserMessage(SourceFile:243)
  601. at velox.bookmap.dy.onUserMessage(SourceFile:452)
  602. at velox.api.layer1.layers.Layer1ApiUpstreamRelay.onUserMessage(SourceFile:210)
  603. at velox.bookmap.eP.onUserMessage(SourceFile:44)
  604. at velox.api.layer1.layers.Layer1ApiUpstreamRelay.onUserMessage(SourceFile:210)
  605. at velox.api.layer1.layers.Layer1ApiUpstreamRelay.onUserMessage(SourceFile:210)
  606. at velox.api.layer1.layers.Layer1ApiUpstreamRelay.onUserMessage(SourceFile:210)
  607. at velox.bookmap.dq.onUserMessage(SourceFile:130)
  608. at velox.api.layer1.layers.Layer1ApiUpstreamRelay.onUserMessage(SourceFile:210)
  609. at velox.api.layer1.layers.Layer1ApiUpstreamRelay.onUserMessage(SourceFile:210)
  610. at velox.api.layer1.layers.Layer1ApiUpstreamRelay.onUserMessage(SourceFile:210)
  611. at velox.api.layer1.layers.Layer1ApiUpstreamRelay.onUserMessage(SourceFile:210)
  612. at velox.api.layer1.layers.Layer1ApiUserIndicatorsConverterLayer.onUserMessage(SourceFile:300)
  613. at velox.api.layer1.layers.Layer1ApiUpstreamRelay.onUserMessage(SourceFile:210)
  614. at velox.bookmap.eS.onUserMessage(SourceFile:20)
  615. at velox.api.layer1.layers.Layer1ApiUpstreamRelay.onUserMessage(SourceFile:210)
  616. at velox.bookmap.dH.onUserMessage(SourceFile:18)
  617. at velox.bookmap.ei.onUserMessage(SourceFile:359)
  618. at velox.bookmap.dG.onUserMessage(SourceFile:161)
  619. at velox.bookmap.ei.onUserMessage(SourceFile:359)
  620. at velox.bookmap.dG.onUserMessage(SourceFile:161)
  621. at velox.api.layer1.layers.Layer1ApiUpstreamRelay.onUserMessage(SourceFile:210)
  622. at velox.api.layer1.layers.Layer1ApiInjectorRelay.onUserMessage(SourceFile:212)
  623. at velox.bookmap.ek.onUserMessage(SourceFile:233)
  624. at velox.api.layer1.layers.Layer1ApiUpstreamRelay.onUserMessage(SourceFile:210)
  625. at velox.api.layer1.layers.Layer1ApiInjectorRelay.onUserMessage(SourceFile:212)
  626. at velox.api.layer1.layers.Layer1ApiStrategiesEchoMessagesLayer.lambda$sendUserMessage$0(SourceFile:35)
  627. at velox.api.layer1.layers.Layer1ApiInjectorRelay.lambda$safeInject$1(SourceFile:61)
  628. at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
  629. at java.util.concurrent.FutureTask.run(FutureTask.java:266)
  630. at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
  631. at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
  632. at java.lang.Thread.run(Thread.java:745)
  633. 20191017 13:50:02.100(UTC) ERROR: Task injection error
  634. java.lang.IllegalStateException: Can't remove message velox.api.layer1.layers.Layer1ApiCvdIndicator#CVD_sellers#BTC_USD@BFp from [velox.bookmap.fL#Position, velox.api.layer1.layers.Layer1ApiIcebergDisplayer#BTC_USD@BFp#Iceberg displayer, velox.bookmap.fL#P&L]
  635. at velox.bookmap.Cd.a(SourceFile:18598)
  636. at velox.bookmap.MQ.a(SourceFile:3278)
  637. at velox.bookmap.MQ.a(SourceFile:45264)
  638. at velox.bookmap.MQ.a(SourceFile:2452)
  639. at velox.bookmap.MQ.onUserMessage(SourceFile:46447)
  640. at velox.bookmap.Nf.onUserMessage(SourceFile:472)
  641. at velox.api.layer1.layers.Layer1ApiUpstreamRelay.onUserMessage(SourceFile:210)
  642. at velox.bookmap.eZ.onUserMessage(SourceFile:86)
  643. at velox.api.layer1.layers.Layer1ApiUpstreamRelay.onUserMessage(SourceFile:210)
  644. at velox.bookmap.bB.onUserMessage(SourceFile:243)
  645. at velox.bookmap.fa.onUserMessage(SourceFile:449)
  646. at velox.api.layer1.layers.Layer1ApiUpstreamRelay.onUserMessage(SourceFile:210)
  647. at velox.bookmap.bB.onUserMessage(SourceFile:243)
  648. at velox.bookmap.dy.onUserMessage(SourceFile:452)
  649. at velox.api.layer1.layers.Layer1ApiUpstreamRelay.onUserMessage(SourceFile:210)
  650. at velox.bookmap.eP.onUserMessage(SourceFile:44)
  651. at velox.api.layer1.layers.Layer1ApiUpstreamRelay.onUserMessage(SourceFile:210)
  652. at velox.api.layer1.layers.Layer1ApiUpstreamRelay.onUserMessage(SourceFile:210)
  653. at velox.api.layer1.layers.Layer1ApiUpstreamRelay.onUserMessage(SourceFile:210)
  654. at velox.bookmap.dq.onUserMessage(SourceFile:130)
  655. at velox.api.layer1.layers.Layer1ApiUpstreamRelay.onUserMessage(SourceFile:210)
  656. at velox.api.layer1.layers.Layer1ApiUpstreamRelay.onUserMessage(SourceFile:210)
  657. at velox.api.layer1.layers.Layer1ApiUpstreamRelay.onUserMessage(SourceFile:210)
  658. at velox.api.layer1.layers.Layer1ApiUpstreamRelay.onUserMessage(SourceFile:210)
  659. at velox.api.layer1.layers.Layer1ApiUserIndicatorsConverterLayer.onUserMessage(SourceFile:300)
  660. at velox.api.layer1.layers.Layer1ApiUpstreamRelay.onUserMessage(SourceFile:210)
  661. at velox.bookmap.eS.onUserMessage(SourceFile:20)
  662. at velox.api.layer1.layers.Layer1ApiUpstreamRelay.onUserMessage(SourceFile:210)
  663. at velox.bookmap.dH.onUserMessage(SourceFile:18)
  664. at velox.bookmap.ei.onUserMessage(SourceFile:359)
  665. at velox.bookmap.dG.onUserMessage(SourceFile:161)
  666. at velox.bookmap.ei.onUserMessage(SourceFile:359)
  667. at velox.bookmap.dG.onUserMessage(SourceFile:161)
  668. at velox.api.layer1.layers.Layer1ApiUpstreamRelay.onUserMessage(SourceFile:210)
  669. at velox.api.layer1.layers.Layer1ApiInjectorRelay.onUserMessage(SourceFile:212)
  670. at velox.bookmap.ek.onUserMessage(SourceFile:233)
  671. at velox.api.layer1.layers.Layer1ApiUpstreamRelay.onUserMessage(SourceFile:210)
  672. at velox.api.layer1.layers.Layer1ApiInjectorRelay.onUserMessage(SourceFile:212)
  673. at velox.api.layer1.layers.Layer1ApiStrategiesEchoMessagesLayer.lambda$sendUserMessage$0(SourceFile:35)
  674. at velox.api.layer1.layers.Layer1ApiInjectorRelay.lambda$safeInject$1(SourceFile:61)
  675. at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
  676. at java.util.concurrent.FutureTask.run(FutureTask.java:266)
  677. at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
  678. at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
  679. at java.lang.Thread.run(Thread.java:745)
  680. 20191017 13:50:02.102(UTC) INFO: Unloading strategy/indicator C:\Bookmap\Config\velox.api.layer1.correlationtracker.StrategyCorrelationTracker velox.api.layer1.correlationtracker.StrategyCorrelationTracker
  681. 20191017 13:50:02.104(UTC) INFO: Unloading strategy/indicator C:\Bookmap\Config\velox.api.layer1.layers.Layer1ApiIcebergDisplayer velox.api.layer1.layers.Layer1ApiIcebergDisplayer
  682. 20191017 13:50:02.105(UTC) ERROR: Task injection error
  683. java.lang.IllegalStateException: Can't remove message velox.api.layer1.layers.Layer1ApiIcebergDisplayer#BTC_USD@BFp#Iceberg displayer from [velox.bookmap.fL#Position, velox.bookmap.fL#P&L]
  684. at velox.bookmap.Cd.a(SourceFile:18598)
  685. at velox.bookmap.MQ.a(SourceFile:3278)
  686. at velox.bookmap.MQ.a(SourceFile:45264)
  687. at velox.bookmap.MQ.a(SourceFile:2452)
  688. at velox.bookmap.MQ.onUserMessage(SourceFile:46447)
  689. at velox.bookmap.Nf.onUserMessage(SourceFile:472)
  690. at velox.api.layer1.layers.Layer1ApiUpstreamRelay.onUserMessage(SourceFile:210)
  691. at velox.bookmap.eZ.onUserMessage(SourceFile:86)
  692. at velox.api.layer1.layers.Layer1ApiUpstreamRelay.onUserMessage(SourceFile:210)
  693. at velox.bookmap.bB.onUserMessage(SourceFile:243)
  694. at velox.bookmap.fa.onUserMessage(SourceFile:449)
  695. at velox.api.layer1.layers.Layer1ApiUpstreamRelay.onUserMessage(SourceFile:210)
  696. at velox.bookmap.bB.onUserMessage(SourceFile:243)
  697. at velox.bookmap.dy.onUserMessage(SourceFile:452)
  698. at velox.api.layer1.layers.Layer1ApiUpstreamRelay.onUserMessage(SourceFile:210)
  699. at velox.bookmap.eP.onUserMessage(SourceFile:44)
  700. at velox.api.layer1.layers.Layer1ApiUpstreamRelay.onUserMessage(SourceFile:210)
  701. at velox.api.layer1.layers.Layer1ApiUpstreamRelay.onUserMessage(SourceFile:210)
  702. at velox.api.layer1.layers.Layer1ApiUpstreamRelay.onUserMessage(SourceFile:210)
  703. at velox.bookmap.dq.onUserMessage(SourceFile:130)
  704. at velox.api.layer1.layers.Layer1ApiUpstreamRelay.onUserMessage(SourceFile:210)
  705. at velox.api.layer1.layers.Layer1ApiUpstreamRelay.onUserMessage(SourceFile:210)
  706. at velox.api.layer1.layers.Layer1ApiUpstreamRelay.onUserMessage(SourceFile:210)
  707. at velox.api.layer1.layers.Layer1ApiUpstreamRelay.onUserMessage(SourceFile:210)
  708. at velox.api.layer1.layers.Layer1ApiUserIndicatorsConverterLayer.onUserMessage(SourceFile:300)
  709. at velox.api.layer1.layers.Layer1ApiUpstreamRelay.onUserMessage(SourceFile:210)
  710. at velox.bookmap.eS.onUserMessage(SourceFile:20)
  711. at velox.api.layer1.layers.Layer1ApiUpstreamRelay.onUserMessage(SourceFile:210)
  712. at velox.bookmap.dH.onUserMessage(SourceFile:18)
  713. at velox.bookmap.ei.onUserMessage(SourceFile:359)
  714. at velox.bookmap.dG.onUserMessage(SourceFile:161)
  715. at velox.bookmap.ei.onUserMessage(SourceFile:359)
  716. at velox.bookmap.dG.onUserMessage(SourceFile:161)
  717. at velox.api.layer1.layers.Layer1ApiUpstreamRelay.onUserMessage(SourceFile:210)
  718. at velox.api.layer1.layers.Layer1ApiInjectorRelay.onUserMessage(SourceFile:212)
  719. at velox.bookmap.ek.onUserMessage(SourceFile:233)
  720. at velox.api.layer1.layers.Layer1ApiUpstreamRelay.onUserMessage(SourceFile:210)
  721. at velox.api.layer1.layers.Layer1ApiInjectorRelay.onUserMessage(SourceFile:212)
  722. at velox.api.layer1.layers.Layer1ApiStrategiesEchoMessagesLayer.lambda$sendUserMessage$0(SourceFile:35)
  723. at velox.api.layer1.layers.Layer1ApiInjectorRelay.lambda$safeInject$1(SourceFile:61)
  724. at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
  725. at java.util.concurrent.FutureTask.run(FutureTask.java:266)
  726. at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
  727. at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
  728. at java.lang.Thread.run(Thread.java:745)
  729. 20191017 13:50:02.147(UTC) INFO: Current tab: BTC_USD@BFp, other windows: 0
  730. 20191017 13:50:02.148(UTC) INFO: Current tab: BTC_USD@BFp, other windows: 0
  731. 20191017 13:50:02.149(UTC) INFO: Last tab opened in main window index: 2
  732. 20191017 13:50:02.149(UTC) INFO: Current tab: null, other windows: 0
  733. 20191017 13:50:02.193(UTC) WARN: OnlineCalculatorsManager null when destroyCustomIndicatorsModel
  734. 20191017 13:50:02.194(UTC) INFO: shut_down
  735. 20191017 13:50:02.196(UTC) INFO: fini
  736. 20191017 13:50:02.199(UTC) INFO: Layer1ApiReThrower: Thread interrupted
  737. 20191017 13:50:02.201(UTC) INFO: Layer1ApiReThrower: Thread interrupted
  738. 20191017 13:50:02.713(UTC) INFO: Hook started: Unlocking folders, schedule hard kill
  739. 20191017 13:50:02.715(UTC) INFO: Closing websocket: CloseReason[1000,Socket closed]
  740. 20191017 13:50:03.240(UTC) WARN: Scheduling hard kill
  741. 20191017 13:50:03.302(UTC) INFO: Hook started: Finishing all services
  742. 20191017 13:50:03.302(UTC) INFO: OperationsExecutorService shutdown
  743. 20191017 13:50:03.302(UTC) INFO: ScheduledOperationsExecutorService shutdown
  744. 20191017 13:50:03.303(UTC) INFO: PropsHandler shutdown
  745. 20191017 13:50:03.303(UTC) INFO: BookMapSettingsHolder shutdown
  746. 20191017 13:50:03.330(UTC) INFO: SoundNotificationService shutdown
  747. 20191017 13:50:03.330(UTC) INFO: DirectoryContentService shutdown
  748. 20191017 13:50:03.330(UTC) INFO: Hook started: Shuting down statistics collector
  749. 20191017 13:50:03.331(UTC) INFO: Hook started: Executing logout
  750. 20191017 13:50:04.309(UTC) INFO: Logout result: OK
  751. 20191017 13:50:04.309(UTC) INFO: Hook started: Closing Error Reporter monitoring session
  752. 20191017 13:50:04.310(UTC) INFO: Hook started: Closing logs
  753. 20191017 13:50:04.310(UTC) INFO: Logs will be closed now
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement