Class InstrumentSetInfo
Inheritance
InstrumentSetInfo
Assembly: LemonEdge.API.Entities.FinancialServices.Auto.dll
Syntax
[DataContract]
public class InstrumentSetInfo : IInstrumentSetInfo, INotifyPropertyChanging, INotifyPropertyChanged
Constructors
InstrumentSetInfo()
Declaration
public InstrumentSetInfo()
Properties
CurrencyID
The currency of the instrument
Declaration
public Guid CurrencyID { get; set; }
Property Value
CurrencyID_Label
The name of the currency for this instrument
Declaration
public string CurrencyID_Label { get; set; }
Property Value
InstrumentID
The unique global id of an instrument that belongs to this set
Declaration
public Guid InstrumentID { get; set; }
Property Value
InstrumentID_Label
The name of the instrument that belongs in this instrument set
Declaration
public string InstrumentID_Label { get; set; }
Property Value
InstrumentSetID
The unique global id of an instrument set
Declaration
public Guid InstrumentSetID { get; set; }
Property Value
InstrumentSetID_Label
The name of ths instrument set
Declaration
public string InstrumentSetID_Label { get; set; }
Property Value
OwningEntityID
The owning entity of the instrument
Declaration
public Guid OwningEntityID { get; set; }
Property Value
OwningEntityID_Label
The name of the entity that owns this instrument
Declaration
public string OwningEntityID_Label { get; set; }
Property Value
Methods
OnPropertyChanged(string)
Declaration
protected void OnPropertyChanged(string propName)
Parameters
Type |
Name |
Description |
string |
propName |
|
OnPropertyChanging(string)
Declaration
protected void OnPropertyChanging(string propName)
Parameters
Type |
Name |
Description |
string |
propName |
|
Events
PropertyChanged
Declaration
public event PropertyChangedEventHandler PropertyChanged
Event Type
PropertyChanging
Declaration
public event PropertyChangingEventHandler PropertyChanging
Event Type
Implements
Extension Methods