Skip to content

Commit

Permalink
Small message update, and update version number to easier track issue…
Browse files Browse the repository at this point in the history
…s between versions
  • Loading branch information
Daniel Lindberg committed Aug 18, 2017
1 parent a5d666b commit 86300ad
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<groupId>com.danlind.igzplugin</groupId>
<artifactId>igplugin</artifactId>
<version>0.1</version>
<version>0.22</version>

<properties>
<java.version>1.8</java.version>
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/com/danlind/igz/brokerapi/BrokerBuy.java
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ private CreateOTCPositionV2Request createPositionRequest(Epic epic, double numbe
createPositionRequest.setStopDistance(BigDecimal.valueOf(stopDistance * contractDetails.getScalingFactor()));
}

LOG.info(">>> Creating long position epic={}, \ndirection={}, \nexpiry={}, \nsize={}, \norderType={}, \ncurrency={}, \nstop loss distance={}",
LOG.info(">>> Creating position for epic={} with \ndirection={}, \nexpiry={}, \nsize={}, \norderType={}, \ncurrency={}, \nstop loss distance={}",
epic.getName(), createPositionRequest.getDirection(), createPositionRequest.getExpiry(),
createPositionRequest.getSize(), createPositionRequest.getOrderType(), createPositionRequest.getCurrencyCode(), stopDistance);
return createPositionRequest;
Expand Down

0 comments on commit 86300ad

Please sign in to comment.