13: Add new AnchorIdlJupiterPerpsPositionServiceImpl dummy
This commit is contained in:
+4
@@ -0,0 +1,4 @@
|
|||||||
|
package com.r35157.libs.jupiter.perps.impl.anchoridl;
|
||||||
|
|
||||||
|
public class AnchorIdlJupiterPerpsPositionServiceImpl {
|
||||||
|
}
|
||||||
+12
@@ -0,0 +1,12 @@
|
|||||||
|
package com.r35157.libs.jupiter.perps.impl.anchoridl;
|
||||||
|
|
||||||
|
import com.r35157.libs.jupiter.perps.JupiterPerpsPosition;
|
||||||
|
import com.r35157.libs.jupiter.perps.JupiterPerpsPositionService;
|
||||||
|
|
||||||
|
public class AnchorIdlJupiterPerpsPositionServiceImpl implements JupiterPerpsPositionService {
|
||||||
|
|
||||||
|
@Override
|
||||||
|
public JupiterPerpsPosition getPosition(ΩJupiterPerpsPositionAccountΩ positionAccount) {
|
||||||
|
throw new UnsupportedOperationException("Reading Jupiter Perps positions is not implemented yet.");
|
||||||
|
}
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user