6: Add parsed id value to state
This commit is contained in:
@@ -73,6 +73,7 @@ public final class AlarmConfigurationParser {
|
|||||||
}
|
}
|
||||||
|
|
||||||
return new PriceAlarmDefinition(
|
return new PriceAlarmDefinition(
|
||||||
|
id,
|
||||||
asset,
|
asset,
|
||||||
direction,
|
direction,
|
||||||
target,
|
target,
|
||||||
|
|||||||
@@ -6,6 +6,7 @@ import java.math.BigDecimal;
|
|||||||
import java.util.Objects;
|
import java.util.Objects;
|
||||||
|
|
||||||
public record PriceAlarmDefinition(
|
public record PriceAlarmDefinition(
|
||||||
|
int id,
|
||||||
JupiterPerpsAsset asset,
|
JupiterPerpsAsset asset,
|
||||||
PriceDirection direction,
|
PriceDirection direction,
|
||||||
BigDecimal target,
|
BigDecimal target,
|
||||||
|
|||||||
Reference in New Issue
Block a user