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

What is the provenance of an instrument. This defines who creates/owns it, what format it is in (e.g. a proprietary format or a common and known one) and what the version of that is. More...

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

Public Member Functions

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

Protected Member Functions

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

Properties

string SourceSystem [get, set]
 which source system does the format originate from More...
 
string Vendor [get, set]
 An instrument will potentially have been created by any number of different organisations. Some will be understood completely (e.g. LUSID's), some won't. The provenance of an instrument indicates who "owns" the associated format. More...
 
string _Version [get, set]
 Version of the document. Would be preferable to avoid the need, but LUSID will not control other organisations' trade formats. More...
 

Detailed Description

What is the provenance of an instrument. This defines who creates/owns it, what format it is in (e.g. a proprietary format or a common and known one) and what the version of that is.

Constructor & Destructor Documentation

◆ InstrumentDefinitionFormat() [1/2]

Lusid.Sdk.Model.InstrumentDefinitionFormat.InstrumentDefinitionFormat ( )
inlineprotected

Initializes a new instance of the InstrumentDefinitionFormat class.

◆ InstrumentDefinitionFormat() [2/2]

Lusid.Sdk.Model.InstrumentDefinitionFormat.InstrumentDefinitionFormat ( string  sourceSystem = default(string),
string  vendor = default(string),
string  version = default(string) 
)
inline

Initializes a new instance of the InstrumentDefinitionFormat class.

Parameters
sourceSystemwhich source system does the format originate from (required).
vendorAn instrument will potentially have been created by any number of different organisations. Some will be understood completely (e.g. LUSID's), some won't. The provenance of an instrument indicates who "owns" the associated format. (required).
versionVersion of the document. Would be preferable to avoid the need, but LUSID will not control other organisations' trade formats. (required).

Member Function Documentation

◆ Equals() [1/2]

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

Returns true if InstrumentDefinitionFormat instances are equal

Parameters
inputInstance of InstrumentDefinitionFormat to be compared
Returns
Boolean

◆ Equals() [2/2]

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

Returns true if objects are equal

Parameters
inputObject to be compared
Returns
Boolean

◆ GetHashCode()

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

Gets the hash code

Returns
Hash code

◆ ToJson()

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

Returns the JSON string presentation of the object

Returns
JSON string presentation of the object

◆ ToString()

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

Returns the string presentation of the object

Returns
String presentation of the object

Property Documentation

◆ _Version

string Lusid.Sdk.Model.InstrumentDefinitionFormat._Version
getset

Version of the document. Would be preferable to avoid the need, but LUSID will not control other organisations' trade formats.

Version of the document. Would be preferable to avoid the need, but LUSID will not control other organisations' trade formats.

◆ SourceSystem

string Lusid.Sdk.Model.InstrumentDefinitionFormat.SourceSystem
getset

which source system does the format originate from

which source system does the format originate from

◆ Vendor

string Lusid.Sdk.Model.InstrumentDefinitionFormat.Vendor
getset

An instrument will potentially have been created by any number of different organisations. Some will be understood completely (e.g. LUSID's), some won't. The provenance of an instrument indicates who "owns" the associated format.

An instrument will potentially have been created by any number of different organisations. Some will be understood completely (e.g. LUSID's), some won't. The provenance of an instrument indicates who "owns" the associated format.


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