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

OverrideVirtualTransactionsResponse More...

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

Public Member Functions

 OverrideVirtualTransactionsResponse (ModelVersion varVersion=default(ModelVersion), string href=default(string), Dictionary< string, List< ResponseMetaData >> metadata=default(Dictionary< string, List< ResponseMetaData >>), string instrumentEventId=default(string), string cancelInstructionId=default(string), List< Link > links=default(List< Link >))
 Initializes a new instance of the OverrideVirtualTransactionsResponse 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 (OverrideVirtualTransactionsResponse input)
 Returns true if OverrideVirtualTransactionsResponse instances are equal More...
 
override int GetHashCode ()
 Gets the hash code More...
 

Protected Member Functions

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

Properties

ModelVersion VarVersion [get, set]
 Gets or Sets VarVersion More...
 
string Href [get, set]
 The specific Uniform Resource Identifier (URI) for this resource at the requested effective and asAt datetime. More...
 
Dictionary< string, List< ResponseMetaData > > Metadata [get, set]
 Contains warnings related to unresolved instruments or non-existent transaction types for the override transactions. More...
 
string InstrumentEventId [get, set]
 The identifier of the instrument event that was overridden. More...
 
string CancelInstructionId [get, set]
 The identifier of the cancel instruction that was created for the overridden instrument event. More...
 
List< LinkLinks [get, set]
 Gets or Sets Links More...
 

Detailed Description

OverrideVirtualTransactionsResponse

Constructor & Destructor Documentation

◆ OverrideVirtualTransactionsResponse() [1/2]

Lusid.Sdk.Model.OverrideVirtualTransactionsResponse.OverrideVirtualTransactionsResponse ( )
inlineprotected

Initializes a new instance of the OverrideVirtualTransactionsResponse class.

◆ OverrideVirtualTransactionsResponse() [2/2]

Lusid.Sdk.Model.OverrideVirtualTransactionsResponse.OverrideVirtualTransactionsResponse ( ModelVersion  varVersion = default(ModelVersion),
string  href = default(string),
Dictionary< string, List< ResponseMetaData >>  metadata = default(Dictionary<string, List<ResponseMetaData>>),
string  instrumentEventId = default(string),
string  cancelInstructionId = default(string),
List< Link links = default(List<Link>) 
)
inline

Initializes a new instance of the OverrideVirtualTransactionsResponse class.

Parameters
varVersionvarVersion (required).
hrefThe specific Uniform Resource Identifier (URI) for this resource at the requested effective and asAt datetime..
metadataContains warnings related to unresolved instruments or non-existent transaction types for the override transactions..
instrumentEventIdThe identifier of the instrument event that was overridden. (required).
cancelInstructionIdThe identifier of the cancel instruction that was created for the overridden instrument event. (required).
linkslinks.

Member Function Documentation

◆ Equals() [1/2]

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

Returns true if objects are equal

Parameters
inputObject to be compared
Returns
Boolean

◆ Equals() [2/2]

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

Returns true if OverrideVirtualTransactionsResponse instances are equal

Parameters
inputInstance of OverrideVirtualTransactionsResponse to be compared
Returns
Boolean

◆ GetHashCode()

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

Gets the hash code

Returns
Hash code

◆ ToJson()

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

Returns the JSON string presentation of the object

Returns
JSON string presentation of the object

◆ ToString()

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

Returns the string presentation of the object

Returns
String presentation of the object

Property Documentation

◆ CancelInstructionId

string Lusid.Sdk.Model.OverrideVirtualTransactionsResponse.CancelInstructionId
getset

The identifier of the cancel instruction that was created for the overridden instrument event.

The identifier of the cancel instruction that was created for the overridden instrument event.

◆ Href

string Lusid.Sdk.Model.OverrideVirtualTransactionsResponse.Href
getset

The specific Uniform Resource Identifier (URI) for this resource at the requested effective and asAt datetime.

The specific Uniform Resource Identifier (URI) for this resource at the requested effective and asAt datetime.

◆ InstrumentEventId

string Lusid.Sdk.Model.OverrideVirtualTransactionsResponse.InstrumentEventId
getset

The identifier of the instrument event that was overridden.

The identifier of the instrument event that was overridden.

◆ Links

List<Link> Lusid.Sdk.Model.OverrideVirtualTransactionsResponse.Links
getset

Gets or Sets Links

◆ Metadata

Dictionary<string, List<ResponseMetaData> > Lusid.Sdk.Model.OverrideVirtualTransactionsResponse.Metadata
getset

Contains warnings related to unresolved instruments or non-existent transaction types for the override transactions.

Contains warnings related to unresolved instruments or non-existent transaction types for the override transactions.

◆ VarVersion

ModelVersion Lusid.Sdk.Model.OverrideVirtualTransactionsResponse.VarVersion
getset

Gets or Sets VarVersion


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