LUSID C# SDK
Public Member Functions | Protected Member Functions | Properties | List of all members
Lusid.Sdk.Model.UpsertInstrumentPropertyRequest Class Reference

UpsertInstrumentPropertyRequest More...

Inheritance diagram for Lusid.Sdk.Model.UpsertInstrumentPropertyRequest:
Inheritance graph
[legend]

Public Member Functions

 UpsertInstrumentPropertyRequest (string identifierType=default(string), string identifier=default(string), List< Property > properties=default(List< Property >))
 Initializes a new instance of the UpsertInstrumentPropertyRequest class. More...
 
override string ToString ()
 Returns the string presentation of the object More...
 
virtual string ToJson ()
 Returns the JSON string presentation of the object More...
 
override bool Equals (object input)
 Returns true if objects are equal More...
 
bool Equals (UpsertInstrumentPropertyRequest input)
 Returns true if UpsertInstrumentPropertyRequest instances are equal More...
 
override int GetHashCode ()
 Gets the hash code More...
 

Protected Member Functions

 UpsertInstrumentPropertyRequest ()
 Initializes a new instance of the UpsertInstrumentPropertyRequest class. More...
 

Properties

string IdentifierType [get, set]
 The unique identifier type to search for the instrument, for example &#39;Figi&#39;. More...
 
string Identifier [get, set]
 A value of that type to identify the instrument to upsert properties for, for example &#39;BBG000BLNNV0&#39;. More...
 
List< PropertyProperties [get, set]
 A set of instrument properties and associated values to store for the instrument. Each property must be from the &#39;Instrument&#39; domain. More...
 

Detailed Description

UpsertInstrumentPropertyRequest

Constructor & Destructor Documentation

◆ UpsertInstrumentPropertyRequest() [1/2]

Lusid.Sdk.Model.UpsertInstrumentPropertyRequest.UpsertInstrumentPropertyRequest ( )
inlineprotected

Initializes a new instance of the UpsertInstrumentPropertyRequest class.

◆ UpsertInstrumentPropertyRequest() [2/2]

Lusid.Sdk.Model.UpsertInstrumentPropertyRequest.UpsertInstrumentPropertyRequest ( string  identifierType = default(string),
string  identifier = default(string),
List< Property properties = default(List<Property>) 
)
inline

Initializes a new instance of the UpsertInstrumentPropertyRequest class.

Parameters
identifierTypeThe unique identifier type to search for the instrument, for example &#39;Figi&#39;. (required).
identifierA value of that type to identify the instrument to upsert properties for, for example &#39;BBG000BLNNV0&#39;. (required).
propertiesA set of instrument properties and associated values to store for the instrument. Each property must be from the &#39;Instrument&#39; domain..

Member Function Documentation

◆ Equals() [1/2]

override bool Lusid.Sdk.Model.UpsertInstrumentPropertyRequest.Equals ( object  input)
inline

Returns true if objects are equal

Parameters
inputObject to be compared
Returns
Boolean

◆ Equals() [2/2]

bool Lusid.Sdk.Model.UpsertInstrumentPropertyRequest.Equals ( UpsertInstrumentPropertyRequest  input)
inline

Returns true if UpsertInstrumentPropertyRequest instances are equal

Parameters
inputInstance of UpsertInstrumentPropertyRequest to be compared
Returns
Boolean

◆ GetHashCode()

override int Lusid.Sdk.Model.UpsertInstrumentPropertyRequest.GetHashCode ( )
inline

Gets the hash code

Returns
Hash code

◆ ToJson()

virtual string Lusid.Sdk.Model.UpsertInstrumentPropertyRequest.ToJson ( )
inlinevirtual

Returns the JSON string presentation of the object

Returns
JSON string presentation of the object

◆ ToString()

override string Lusid.Sdk.Model.UpsertInstrumentPropertyRequest.ToString ( )
inline

Returns the string presentation of the object

Returns
String presentation of the object

Property Documentation

◆ Identifier

string Lusid.Sdk.Model.UpsertInstrumentPropertyRequest.Identifier
getset

A value of that type to identify the instrument to upsert properties for, for example &#39;BBG000BLNNV0&#39;.

A value of that type to identify the instrument to upsert properties for, for example &#39;BBG000BLNNV0&#39;.

◆ IdentifierType

string Lusid.Sdk.Model.UpsertInstrumentPropertyRequest.IdentifierType
getset

The unique identifier type to search for the instrument, for example &#39;Figi&#39;.

The unique identifier type to search for the instrument, for example &#39;Figi&#39;.

◆ Properties

List<Property> Lusid.Sdk.Model.UpsertInstrumentPropertyRequest.Properties
getset

A set of instrument properties and associated values to store for the instrument. Each property must be from the &#39;Instrument&#39; domain.

A set of instrument properties and associated values to store for the instrument. Each property must be from the &#39;Instrument&#39; domain.


The documentation for this class was generated from the following file: