To find any trade or trades imported into PropReports:
- Click on 'Audit' / 'Executions'
- You can now find any fill or fills using the search form.
Symbol, Route, Contra, Liquidity and Order Id fields
- Empty Value
""
- Multiple Values
IBM,DELL,YHOO
PHLX,""
- Wildcards
+DELL%
(all values that start with+DELL
).
EDG_
(all 4-character values that start withEDG
) - Special characters in value:
"123,456"
(the value123,456
).
"DEST%"
(the valueDEST%
).
Quantity and Price fields
- Relative Values
>100
value greater than100
>=100
value greater than or equal to100
<100
value less than100
<=100
value less than or equal to100
- Not Equals
!=100
value not equal to100
- Ranges (as of v1.5.92.42)
100-200
all values between100
and200
!=100-200
all values not between100
and200
- Multiple Values (as of v1.5.92.42)
100,155,200