Interface IInstrumentSetInfo
A complex type defintion for holding the results of running the system standard GetInstrumentSets SQL Wrapper query
Can be executed from Entities.Helpers.Queries.GetInstrumentSets.Execute(Guid, Utils.QueryableExecuter<IInstrumentSetInfo>)
Namespace: LemonEdge.API.Entities.FinancialServices.Transactions
Assembly: LemonEdge.API.Entities.FinancialServices.dll
Syntax
[ComplexDefinition(ImageType.Contract, "Instrument Set Info")]
public interface IInstrumentSetInfo
Properties
CurrencyID
The currency of the instrument
Declaration
Guid CurrencyID { get; set; }
Property Value
Type | Description |
---|---|
Guid |
CurrencyID_Label
The name of the currency for this instrument
Declaration
string CurrencyID_Label { get; set; }
Property Value
Type | Description |
---|---|
string |
InstrumentID
The unique global id of an instrument that belongs to this set
Declaration
Guid InstrumentID { get; set; }
Property Value
Type | Description |
---|---|
Guid |
InstrumentID_Label
The name of the instrument that belongs in this instrument set
Declaration
string InstrumentID_Label { get; set; }
Property Value
Type | Description |
---|---|
string |
InstrumentSetID
The unique global id of an instrument set
Declaration
Guid InstrumentSetID { get; set; }
Property Value
Type | Description |
---|---|
Guid |
InstrumentSetID_Label
The name of ths instrument set
Declaration
string InstrumentSetID_Label { get; set; }
Property Value
Type | Description |
---|---|
string |
OwningEntityID
The owning entity of the instrument
Declaration
Guid OwningEntityID { get; set; }
Property Value
Type | Description |
---|---|
Guid |
OwningEntityID_Label
The name of the entity that owns this instrument
Declaration
string OwningEntityID_Label { get; set; }
Property Value
Type | Description |
---|---|
string |