add more filter rules to options flow
This commit is contained in:
parent
ed8155c8fa
commit
2b2bdc05bf
@ -90,7 +90,15 @@
|
||||
},
|
||||
execution_estimate: {
|
||||
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",
|
||||
},
|
||||
option_activity_type: {
|
||||
|
||||
@ -20,6 +20,8 @@ function convertUnitToValue(
|
||||
"at bid",
|
||||
"at ask",
|
||||
"at midpoint",
|
||||
"above bid",
|
||||
"above ask",
|
||||
"below bid",
|
||||
"below ask",
|
||||
"sweep",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user