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

CreateCorporateActionSourceRequest More...

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

Public Member Functions

 CreateCorporateActionSourceRequest (string scope=default(string), string code=default(string), string displayName=default(string), string description=default(string), List< string > instrumentScopes=default(List< string >))
 Initializes a new instance of the CreateCorporateActionSourceRequest 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 (CreateCorporateActionSourceRequest input)
 Returns true if CreateCorporateActionSourceRequest instances are equal More...
 
override int GetHashCode ()
 Gets the hash code More...
 

Protected Member Functions

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

Properties

string Scope [get, set]
 The scope of the corporate action source More...
 
string Code [get, set]
 The code of the corporate action source More...
 
string DisplayName [get, set]
 The name of the corporate action source More...
 
string Description [get, set]
 The description of the corporate action source More...
 
List< string > InstrumentScopes [get, set]
 The list of instrument scopes used as the scope resolution strategy when resolving instruments of upserted corporate actions. More...
 

Detailed Description

CreateCorporateActionSourceRequest

Constructor & Destructor Documentation

◆ CreateCorporateActionSourceRequest() [1/2]

Lusid.Sdk.Model.CreateCorporateActionSourceRequest.CreateCorporateActionSourceRequest ( )
inlineprotected

Initializes a new instance of the CreateCorporateActionSourceRequest class.

◆ CreateCorporateActionSourceRequest() [2/2]

Lusid.Sdk.Model.CreateCorporateActionSourceRequest.CreateCorporateActionSourceRequest ( string  scope = default(string),
string  code = default(string),
string  displayName = default(string),
string  description = default(string),
List< string >  instrumentScopes = default(List<string>) 
)
inline

Initializes a new instance of the CreateCorporateActionSourceRequest class.

Parameters
scopeThe scope of the corporate action source (required).
codeThe code of the corporate action source (required).
displayNameThe name of the corporate action source (required).
descriptionThe description of the corporate action source.
instrumentScopesThe list of instrument scopes used as the scope resolution strategy when resolving instruments of upserted corporate actions..

Member Function Documentation

◆ Equals() [1/2]

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

Returns true if CreateCorporateActionSourceRequest instances are equal

Parameters
inputInstance of CreateCorporateActionSourceRequest to be compared
Returns
Boolean

◆ Equals() [2/2]

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

Returns true if objects are equal

Parameters
inputObject to be compared
Returns
Boolean

◆ GetHashCode()

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

Gets the hash code

Returns
Hash code

◆ ToJson()

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

Returns the JSON string presentation of the object

Returns
JSON string presentation of the object

◆ ToString()

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

Returns the string presentation of the object

Returns
String presentation of the object

Property Documentation

◆ Code

string Lusid.Sdk.Model.CreateCorporateActionSourceRequest.Code
getset

The code of the corporate action source

The code of the corporate action source

◆ Description

string Lusid.Sdk.Model.CreateCorporateActionSourceRequest.Description
getset

The description of the corporate action source

The description of the corporate action source

◆ DisplayName

string Lusid.Sdk.Model.CreateCorporateActionSourceRequest.DisplayName
getset

The name of the corporate action source

The name of the corporate action source

◆ InstrumentScopes

List<string> Lusid.Sdk.Model.CreateCorporateActionSourceRequest.InstrumentScopes
getset

The list of instrument scopes used as the scope resolution strategy when resolving instruments of upserted corporate actions.

The list of instrument scopes used as the scope resolution strategy when resolving instruments of upserted corporate actions.

◆ Scope

string Lusid.Sdk.Model.CreateCorporateActionSourceRequest.Scope
getset

The scope of the corporate action source

The scope of the corporate action source


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