HistoricalDataRequest.RequestId Property

Gets or sets the request identifier.
public string RequestId {get; set;}
This language is not supported or no code example is available.
public:  
property String^ RequestId { 
String^ get( ); 
void set( 
String^ value 
); 
}
This language is not supported or no code example is available.
public function get RequestId() : String
public function set RequestId(value : String);
This language is not supported or no code example is available.

Property Value

string

The request identifier.

In this article

Definition