[This is preliminary documentation and is subject to change.]
Defines the instrument used in a DSDataRequest
Inheritance Hierarchy
Datastream.DswsApi DSInstrument
Namespace: Datastream.DswsApi
Assembly: Datastream.DswsApi.NET4.0 (in Datastream.DswsApi.NET4.0.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
Remarks
- RIC (Ex:VOD.L,MSFT.O)
- Datastream Mnemonic (Ex:VOD,@MSFT)
- Datastream Code (Ex:953133,719643)
- SEDOL (Ex:B16GWD5,2588173)
- CUSIP (Ex:594918104)
- ISIN (Ex:GB00B16GWD56,US5949181045)
Examples
// Create a single instrument var singleInstr = new DSInstrument("VOD"); // Create multiple instruments var multiInstr = new DSInstrument("VOD", "BARC", "MSFT"); // Create an expression var expr = new DSInstrument("VOD(PL) + VOD(PH)", DSInstrumentProperties.IsExpression);
Version Information
.NET API Framework
Supported in: 4.1, 3.6See Also