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

InstrumentIdValue More...

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

Public Member Functions

 InstrumentIdValue (string value=default(string), DateTimeOffset effectiveAt=default(DateTimeOffset))
 Initializes a new instance of the InstrumentIdValue 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 (InstrumentIdValue input)
 Returns true if InstrumentIdValue instances are equal More...
 
override int GetHashCode ()
 Gets the hash code More...
 

Protected Member Functions

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

Properties

string Value [get, set]
 The value of the identifier. More...
 
DateTimeOffset EffectiveAt [get, set]
 The effective datetime from which the identifier will be valid. If left unspecified the default value is the beginning of time. More...
 

Detailed Description

InstrumentIdValue

Constructor & Destructor Documentation

◆ InstrumentIdValue() [1/2]

Lusid.Sdk.Model.InstrumentIdValue.InstrumentIdValue ( )
inlineprotected

Initializes a new instance of the InstrumentIdValue class.

◆ InstrumentIdValue() [2/2]

Lusid.Sdk.Model.InstrumentIdValue.InstrumentIdValue ( string  value = default(string),
DateTimeOffset  effectiveAt = default(DateTimeOffset) 
)
inline

Initializes a new instance of the InstrumentIdValue class.

Parameters
valueThe value of the identifier. (required).
effectiveAtThe effective datetime from which the identifier will be valid. If left unspecified the default value is the beginning of time..

Member Function Documentation

◆ Equals() [1/2]

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

Returns true if InstrumentIdValue instances are equal

Parameters
inputInstance of InstrumentIdValue to be compared
Returns
Boolean

◆ Equals() [2/2]

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

Returns true if objects are equal

Parameters
inputObject to be compared
Returns
Boolean

◆ GetHashCode()

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

Gets the hash code

Returns
Hash code

◆ ToJson()

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

Returns the JSON string presentation of the object

Returns
JSON string presentation of the object

◆ ToString()

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

Returns the string presentation of the object

Returns
String presentation of the object

Property Documentation

◆ EffectiveAt

DateTimeOffset Lusid.Sdk.Model.InstrumentIdValue.EffectiveAt
getset

The effective datetime from which the identifier will be valid. If left unspecified the default value is the beginning of time.

The effective datetime from which the identifier will be valid. If left unspecified the default value is the beginning of time.

◆ Value

string Lusid.Sdk.Model.InstrumentIdValue.Value
getset

The value of the identifier.

The value of the identifier.


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