Skip to content

Commit 6ede234

Browse files
fix: unused field removed together with its setters/getters. Some bugs were caused by the wrong data type this field had.
1 parent 63bbd48 commit 6ede234

1 file changed

Lines changed: 0 additions & 8 deletions

File tree

bitmex-adapter/src/com/bookmap/plugins/layer0/bitmex/adapter/UnitExecution.java

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,6 @@ public class UnitExecution extends UnitOrder{
88
//this field is set as the result processing timestamp acquired from Bitmex
99
private long execTransactTime;
1010

11-
private long foreignNotional;
12-
13-
public long getForeignNotional() {
14-
return foreignNotional;
15-
}
16-
public void setForeignNotional(long foreignNotional) {
17-
this.foreignNotional = foreignNotional;
18-
}
1911
public double getLastPx() {
2012
return lastPx;
2113
}

0 commit comments

Comments
 (0)