22: Broken
This commit is contained in:
@@ -15,6 +15,7 @@ import java.math.BigDecimal;
|
|||||||
* @param tradedTokenMint the mint address of the token being traded
|
* @param tradedTokenMint the mint address of the token being traded
|
||||||
* @param sizeUsd the size of this position in USD
|
* @param sizeUsd the size of this position in USD
|
||||||
* @param collateralUsd the amount of USD representing the collateral for this position
|
* @param collateralUsd the amount of USD representing the collateral for this position
|
||||||
|
* @oaram borrowFeeUsd TODO
|
||||||
*/
|
*/
|
||||||
public record JupiterPerpsPosition(
|
public record JupiterPerpsPosition(
|
||||||
ΩJupiterPerpsPositionAccountΩ positionAccount,
|
ΩJupiterPerpsPositionAccountΩ positionAccount,
|
||||||
@@ -22,6 +23,7 @@ public record JupiterPerpsPosition(
|
|||||||
JupiterPerpsPositionDirection direction,
|
JupiterPerpsPositionDirection direction,
|
||||||
ΩSPLMintAddressΩ tradedTokenMint,
|
ΩSPLMintAddressΩ tradedTokenMint,
|
||||||
ΩUSDCAmountΩ sizeUsd,
|
ΩUSDCAmountΩ sizeUsd,
|
||||||
ΩUSDCAmountΩ collateralUsd
|
ΩUSDCAmountΩ collateralUsd,
|
||||||
|
ΩUSDCAmountΩ borrowFeeUsd
|
||||||
) {
|
) {
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user