Interface IInstrument
The system entity for an instrument
See https://help.lemonedge.com/help/financial-services-engine/entities/instruments/intro.html for more information
Inherited Members
Namespace: LemonEdge.API.Entities.FinancialServices.Products
Assembly: LemonEdge.API.Entities.FinancialServices.dll
Syntax
[EntityDefinition(EntityID.Instrument, "dbo.LT_Instruments", "Instrument", LabelColumn = "Name", IsStandingDataEntity = false, HelpURL = "help/financial-services-engine/entities/instruments/intro.html")]
[DefaultEntityIcon(ImageType.Contract)]
public interface IInstrument : IInstrumentBase, IBaseEntityWithPermissions, IBaseObject, IBaseEntity, IEquatable<IBaseEntity>, INotifyPropertyChanged, INotifyPropertyChanging, ICloneableAsync, ICanTrackProperties