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

It is possible to control which supplier is used for a given asset class. This field is deprecated in favour of market data rules, which subsumes its functionality. More...

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

Public Member Functions

 MarketContextSuppliers (string commodity=default(string), string credit=default(string), string equity=default(string), string fx=default(string), string rates=default(string))
 Initializes a new instance of the MarketContextSuppliers 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 (MarketContextSuppliers input)
 Returns true if MarketContextSuppliers instances are equal More...
 
override int GetHashCode ()
 Gets the hash code More...
 

Properties

string Commodity [get, set]
 Gets or Sets Commodity More...
 
string Credit [get, set]
 Gets or Sets Credit More...
 
string Equity [get, set]
 Gets or Sets Equity More...
 
string Fx [get, set]
 Gets or Sets Fx More...
 
string Rates [get, set]
 Gets or Sets Rates More...
 

Detailed Description

It is possible to control which supplier is used for a given asset class. This field is deprecated in favour of market data rules, which subsumes its functionality.

Constructor & Destructor Documentation

◆ MarketContextSuppliers()

Lusid.Sdk.Model.MarketContextSuppliers.MarketContextSuppliers ( string  commodity = default(string),
string  credit = default(string),
string  equity = default(string),
string  fx = default(string),
string  rates = default(string) 
)
inline

Initializes a new instance of the MarketContextSuppliers class.

Parameters
commoditycommodity.
creditcredit.
equityequity.
fxfx.
ratesrates.

Member Function Documentation

◆ Equals() [1/2]

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

Returns true if MarketContextSuppliers instances are equal

Parameters
inputInstance of MarketContextSuppliers to be compared
Returns
Boolean

◆ Equals() [2/2]

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

Returns true if objects are equal

Parameters
inputObject to be compared
Returns
Boolean

◆ GetHashCode()

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

Gets the hash code

Returns
Hash code

◆ ToJson()

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

Returns the JSON string presentation of the object

Returns
JSON string presentation of the object

◆ ToString()

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

Returns the string presentation of the object

Returns
String presentation of the object

Property Documentation

◆ Commodity

string Lusid.Sdk.Model.MarketContextSuppliers.Commodity
getset

Gets or Sets Commodity

◆ Credit

string Lusid.Sdk.Model.MarketContextSuppliers.Credit
getset

Gets or Sets Credit

◆ Equity

string Lusid.Sdk.Model.MarketContextSuppliers.Equity
getset

Gets or Sets Equity

◆ Fx

string Lusid.Sdk.Model.MarketContextSuppliers.Fx
getset

Gets or Sets Fx

◆ Rates

string Lusid.Sdk.Model.MarketContextSuppliers.Rates
getset

Gets or Sets Rates


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