Skip to content

Instantly share code, notes, and snippets.

@igladun

igladun/log.txt Secret

Created December 22, 2017 14:54
Show Gist options
  • Save igladun/63281f63e19b5751f24b3a2633befe0e to your computer and use it in GitHub Desktop.
Save igladun/63281f63e19b5751f24b3a2633befe0e to your computer and use it in GitHub Desktop.
16:17:12,390 [INFO ] (DSXUtils.java:152) - Cannot execute order. Waiting for price changing...
16:17:15,542 [INFO ] (DSXUtils.java:152) - Cancelled all active account orders
16:17:15,610 [INFO ] (DSXUtils.java:152) - Cancelled all previous orders in case there was placed order
16:17:15,610 [INFO ] (DSXUtils.java:152) - Buying volume: 104.9290
16:17:15,688 [INFO ] (DSXUtils.java:152) - Order with id 43258987 was placed
16:17:20,770 [INFO ] (DSXUtils.java:152) - Actual order status: Active
16:17:21,038 [ERROR] (DSXUtils.java:162) - Unknown exception: java.lang.NullPointerException
16:17:21,038 [ERROR] (DSXUtils.java:157) - Something bad happened, error message: []
java.lang.NullPointerException: null
at java.math.BigDecimal.add(BigDecimal.java:1288) ~[?:1.8.0_131]
at uk.dsx.ats.Algorithm.getVolumeBeforeOrderDSX(Algorithm.java:98) ~[main/:?]
at uk.dsx.ats.Algorithm.lambda$executeAlgorithm$7(Algorithm.java:226) ~[main/:?]
at uk.dsx.ats.utils.DSXUtils.unlimitedRepeatableRequest(DSXUtils.java:53) [main/:?]
at uk.dsx.ats.Algorithm.executeAlgorithm(Algorithm.java:225) ~[main/:?]
at uk.dsx.ats.AtsMain.main(AtsMain.java:166) [main/:?]
16:17:21,116 [INFO ] (DSXUtils.java:152) - Cancelled all active account orders
16:17:21,117 [INFO ] (DSXUtils.java:152) - ATS finished
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment