Interface IInstrumentSet
The system entity for an instrument set, which contains definitions for loading a dynamic set of IInstrument
See https://help.lemonedge.com/help/financial-services-engine/entities/instrument-sets/intro.html for more information
Inherited Members
System.IEquatable<LemonEdge.API.Core.IBaseEntity>.Equals(LemonEdge.API.Core.IBaseEntity)
System.ComponentModel.INotifyPropertyChanged.PropertyChanged
System.ComponentModel.INotifyPropertyChanging.PropertyChanging
Namespace: LemonEdge.API.Entities
Assembly: API.dll
Syntax
[EntityDefinition(EntityID.InstrumentSet, "dbo.LT_InstrumentSets", "InstrumentSet", LabelColumn = "Name", IsStandingDataEntity = false, HelpURL = "help/financial-services-engine/entities/instrument-sets/intro.html")]
[DefaultEntityIcon(ImageType.Contract)]
public interface IInstrumentSet : IInstrumentSetBase, IBaseEntityWithPermissions, IBaseObject, IBaseEntity, IEquatable<IBaseEntity>, INotifyPropertyChanged, INotifyPropertyChanging, ICloneableAsync, ICanTrackProperties