Creating custom trade subscription filters
All of the predefined trade filters derive from the TradeSubscriptionFilter class. You can also create your own custom filters. To create a custom filter class, you: TT recommends that you write filter logic from a positive match perspective and avoid using the Negates property in your logic. The following example creates a custom trade subscription filter that […]