public class BlotterRequestParser extends Object
Provides a means for parsing blotter requests that contain filter and sort information into an object which can be used to perform filtering and sorting on a blotter (for example, using a database).
The actual request should conform to the Refiner subject pattern which generally begins with /FILTER2.
Example Request:
/FILTER/TRADEBLOTTER/FX?filter=(L1_Instrument#^EURUSD.*$&Status#^Done.*$);sort=L1_Instrument:text:ascending
Constructor and Description |
---|
BlotterRequestParser() |
Modifier and Type | Method and Description |
---|---|
BlotterQuery |
parse(String request)
Parses the specified subject request into a BlotterQuery object.
|
public BlotterQuery parse(String request)
request
- The request to parse which will generally contain a
filter= and sort= pattern.Copyright © 2015 Caplin Systems.