Click or drag to resize

DataRequest Class

Represents the data request that will be made to FactSet servers as it is being constructed. Holds the different parameters and values that will be used.
Inheritance Hierarchy

Namespace:  Kratos_3.Network
Assembly:  Kratos_3 (in Kratos_3.dll) Version: 3.6.2.0 (3.6.2.0)
Syntax
public class DataRequest : IDataFetchReceiver

The DataRequest type exposes the following members.

Constructors
  NameDescription
Public methodDataRequest
Default constructor
Top
Methods
  NameDescription
Public methodaddStringParameter(String, String)
Add a parameter to the request. If request already has parameter by that name, changes the parameter's value Parameter names are case-insensitive
Public methodaddStringParameter(String, String, Boolean)
Add a parameter to the request. If request already has parameter by that name, changes the parameter's value Parameter names are case-insensitive
Public methodaddStringParameterIfNotCurrentlyPresent
Add a parameter to the request only if it is already not in the request. Parameter names are case-insensitive
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodErrorOnFetch
Public methodFetch
Public methodgetDataTable
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetNumberOfTries
Public methodgetParameterList
Returns parameters in this data request, as a Dictionary
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodReceiveData
Public methodRetry
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also