Instrument Class

Represents a financial instrument (stock, future, option, bond, fx, etc.)
[DataContract()] 
public class Instrument : INotifyPropertyChanged
This language is not supported or no code example is available.
[DataContract()] 
public ref class Instrument : public INotifyPropertyChanged^
This language is not supported or no code example is available.
public  
DataContract() 
class Instrument 
implements INotifyPropertyChanged
This language is not supported or no code example is available.
Events
 
Name Description
Public event PropertyChanged
Top

In this article

Definition