UpsertInstrumentEventRequest
More...
◆ UpsertInstrumentEventRequest() [1/2]
Lusid.Sdk.Model.UpsertInstrumentEventRequest.UpsertInstrumentEventRequest |
( |
| ) |
|
|
inlineprotected |
◆ UpsertInstrumentEventRequest() [2/2]
Lusid.Sdk.Model.UpsertInstrumentEventRequest.UpsertInstrumentEventRequest |
( |
string |
instrumentEventId = default(string) , |
|
|
Dictionary< string, string > |
instrumentIdentifiers = default(Dictionary<string, string>) , |
|
|
string |
description = default(string) , |
|
|
InstrumentEvent |
instrumentEvent = default(InstrumentEvent) , |
|
|
List< PerpetualProperty > |
properties = default(List<PerpetualProperty>) , |
|
|
int |
sequenceNumber = default(int) |
|
) |
| |
|
inline |
Initializes a new instance of the UpsertInstrumentEventRequest class.
- Parameters
-
instrumentEventId | Free string that uniquely identifies the event within the corporate action source (required). |
instrumentIdentifiers | The set of identifiers which determine the instrument this event relates to. (required). |
description | The description of the instrument event.. |
instrumentEvent | instrumentEvent (required). |
properties | The properties attached to this instrument event.. |
sequenceNumber | The order of the instrument event relative others on the same date (0 being processed first). Must be non negative.. |
◆ Equals() [1/2]
override bool Lusid.Sdk.Model.UpsertInstrumentEventRequest.Equals |
( |
object |
input | ) |
|
|
inline |
Returns true if objects are equal
- Parameters
-
input | Object to be compared |
- Returns
- Boolean
◆ Equals() [2/2]
◆ GetHashCode()
override int Lusid.Sdk.Model.UpsertInstrumentEventRequest.GetHashCode |
( |
| ) |
|
|
inline |
Gets the hash code
- Returns
- Hash code
◆ ToJson()
virtual string Lusid.Sdk.Model.UpsertInstrumentEventRequest.ToJson |
( |
| ) |
|
|
inlinevirtual |
Returns the JSON string presentation of the object
- Returns
- JSON string presentation of the object
◆ ToString()
override string Lusid.Sdk.Model.UpsertInstrumentEventRequest.ToString |
( |
| ) |
|
|
inline |
Returns the string presentation of the object
- Returns
- String presentation of the object
◆ Description
string Lusid.Sdk.Model.UpsertInstrumentEventRequest.Description |
|
getset |
The description of the instrument event.
The description of the instrument event.
◆ InstrumentEvent
InstrumentEvent Lusid.Sdk.Model.UpsertInstrumentEventRequest.InstrumentEvent |
|
getset |
◆ InstrumentEventId
string Lusid.Sdk.Model.UpsertInstrumentEventRequest.InstrumentEventId |
|
getset |
Free string that uniquely identifies the event within the corporate action source
Free string that uniquely identifies the event within the corporate action source
◆ InstrumentIdentifiers
Dictionary<string, string> Lusid.Sdk.Model.UpsertInstrumentEventRequest.InstrumentIdentifiers |
|
getset |
The set of identifiers which determine the instrument this event relates to.
The set of identifiers which determine the instrument this event relates to.
◆ Properties
The properties attached to this instrument event.
The properties attached to this instrument event.
◆ SequenceNumber
int Lusid.Sdk.Model.UpsertInstrumentEventRequest.SequenceNumber |
|
getset |
The order of the instrument event relative others on the same date (0 being processed first). Must be non negative.
The order of the instrument event relative others on the same date (0 being processed first). Must be non negative.
The documentation for this class was generated from the following file:
- /home/docs/checkouts/readthedocs.org/user_builds/lusid-sdk-csharp/checkouts/latest/sdk/Lusid.Sdk/Model/UpsertInstrumentEventRequest.cs