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
Namespace: LemonEdge.API.Entities.FinancialServices.Products
Assembly: LemonEdge.API.Entities.FinancialServices.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