bugfixing

This commit is contained in:
MuslemRahimi 2024-11-09 20:22:26 +01:00
parent d2fe4954f1
commit 5665195ea1
2 changed files with 1 additions and 11 deletions

View File

@ -90,15 +90,7 @@
}, },
execution_estimate: { execution_estimate: {
label: "Execution", label: "Execution",
step: [ step: ["At Ask", "At Bid", "At Midpoint", "Above Ask", "Below Bid"],
"At Ask",
"At Bid",
"At Midpoint",
"Above Ask",
"Above Bid",
"Below Ask",
"Below Bid",
],
defaultValue: "any", defaultValue: "any",
}, },
option_activity_type: { option_activity_type: {

View File

@ -20,10 +20,8 @@ function convertUnitToValue(
"at bid", "at bid",
"at ask", "at ask",
"at midpoint", "at midpoint",
"above bid",
"above ask", "above ask",
"below bid", "below bid",
"below ask",
"sweep", "sweep",
"trade", "trade",
"stock", "stock",