add more filter rules to options flow
This commit is contained in:
parent
ed8155c8fa
commit
2b2bdc05bf
@ -90,7 +90,15 @@
|
|||||||
},
|
},
|
||||||
execution_estimate: {
|
execution_estimate: {
|
||||||
label: "Execution",
|
label: "Execution",
|
||||||
step: ["At Ask", "At Bid", "At Midpoint", "Below Ask", "Below Bid"],
|
step: [
|
||||||
|
"At Ask",
|
||||||
|
"At Bid",
|
||||||
|
"At Midpoint",
|
||||||
|
"Above Ask",
|
||||||
|
"Above Bid",
|
||||||
|
"Below Ask",
|
||||||
|
"Below Bid",
|
||||||
|
],
|
||||||
defaultValue: "any",
|
defaultValue: "any",
|
||||||
},
|
},
|
||||||
option_activity_type: {
|
option_activity_type: {
|
||||||
|
|||||||
@ -20,6 +20,8 @@ function convertUnitToValue(
|
|||||||
"at bid",
|
"at bid",
|
||||||
"at ask",
|
"at ask",
|
||||||
"at midpoint",
|
"at midpoint",
|
||||||
|
"above bid",
|
||||||
|
"above ask",
|
||||||
"below bid",
|
"below bid",
|
||||||
"below ask",
|
"below ask",
|
||||||
"sweep",
|
"sweep",
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user