HistoricalDataRequest.DataType Property
Gets or sets the type of the data.
public byte DataType {get; set;}
This language is not supported or no code example is available.
public:
property Byte DataType {
Byte get( );
void set(
Byte value
);
}
This language is not supported or no code example is available.
public function get DataType() : byte;
public function set DataType(value : byte);
This language is not supported or no code example is available.
Property Value
byte
The type of the data.
In this article
Definition