Interface IInstrumentSetInfo
A complex type defintion for holding the results of running the system standard GetInstrumentSets SQL Wrapper query
Can be executed from Execute(Guid, QueryableExecuter<IInstrumentSetInfo>)
Namespace: LemonEdge.API.ComplexTypes
Assembly: API.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 |
---|---|
System.Guid |
CurrencyID_Label
The name of the currency for this instrument
Declaration
string CurrencyID_Label { get; set; }
Property Value
Type | Description |
---|---|
System.String |
InstrumentID
The unique global id of an instrument that belongs to this set
Declaration
Guid InstrumentID { get; set; }
Property Value
Type | Description |
---|---|
System.Guid |
InstrumentID_Label
The name of the instrument that belongs in this instrument set
Declaration
string InstrumentID_Label { get; set; }
Property Value
Type | Description |
---|---|
System.String |
InstrumentSetID
The unique global id of an instrument set
Declaration
Guid InstrumentSetID { get; set; }
Property Value
Type | Description |
---|---|
System.Guid |
InstrumentSetID_Label
The name of ths instrument set
Declaration
string InstrumentSetID_Label { get; set; }
Property Value
Type | Description |
---|---|
System.String |
OwningEntityID
The owning entity of the instrument
Declaration
Guid OwningEntityID { get; set; }
Property Value
Type | Description |
---|---|
System.Guid |
OwningEntityID_Label
The name of the entity that owns this instrument
Declaration
string OwningEntityID_Label { get; set; }
Property Value
Type | Description |
---|---|
System.String |