Uses of Class
ru.mfd.api.Filter

Uses of Filter in ru.mfd.api
 

Methods in ru.mfd.api that return Filter
 Filter Table.createFilter(int fieldId, Filter.ECondition condition, java.lang.String value)
          Creates a Filter with the given field number for this Table
 Filter Table.createFilter(java.lang.String fieldAcronym, Filter.ECondition condition, java.lang.String value)
          Creates a Filter with the given field name for this Table
 

Method parameters in ru.mfd.api with type arguments of type Filter
 long Table.getData(java.util.List<java.lang.Integer> fieldIds, java.util.List<Filter> filters)
          Sends command to retrieve data.
 long Table.getSlice(java.util.List<java.lang.Integer> fieldIds, java.util.List<Filter> filters)
          Sends command to retrieve last data by each ticker.
 



Copyright 2015 IFH-InfoCentre, Ltd.