|
LUSID C# SDK
|
The Configuration or Calculation Recipe controls how LUSID processes a given request. This can be used to change where market data used in pricing is loaded from and in what order, or which model is used to price a given instrument as well as how aggregation will process the produced results. More...

Public Member Functions | |
| ConfigurationRecipe (string scope=default(string), string code=default(string), MarketContext market=default(MarketContext), PricingContext pricing=default(PricingContext), AggregationContext aggregation=default(AggregationContext), string description=default(string), HoldingContext holding=default(HoldingContext), TranslationContext translation=default(TranslationContext)) | |
| Initializes a new instance of the ConfigurationRecipe 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 (ConfigurationRecipe input) |
| Returns true if ConfigurationRecipe instances are equal More... | |
| override int | GetHashCode () |
| Gets the hash code More... | |
Protected Member Functions | |
| ConfigurationRecipe () | |
| Initializes a new instance of the ConfigurationRecipe class. More... | |
Properties | |
| string | Scope [get, set] |
| The scope used when updating or inserting the Configuration Recipe. More... | |
| string | Code [get, set] |
| User given string name (code) to identify the recipe. More... | |
| MarketContext | Market [get, set] |
| Gets or Sets Market More... | |
| PricingContext | Pricing [get, set] |
| Gets or Sets Pricing More... | |
| AggregationContext | Aggregation [get, set] |
| Gets or Sets Aggregation More... | |
| string | Description [get, set] |
| User can assign a description to understand more humanly the recipe. More... | |
| HoldingContext | Holding [get, set] |
| Gets or Sets Holding More... | |
| TranslationContext | Translation [get, set] |
| Gets or Sets Translation More... | |
The Configuration or Calculation Recipe controls how LUSID processes a given request. This can be used to change where market data used in pricing is loaded from and in what order, or which model is used to price a given instrument as well as how aggregation will process the produced results.
|
inlineprotected |
Initializes a new instance of the ConfigurationRecipe class.
|
inline |
Initializes a new instance of the ConfigurationRecipe class.
| scope | The scope used when updating or inserting the Configuration Recipe. (required). |
| code | User given string name (code) to identify the recipe. (required). |
| market | market. |
| pricing | pricing. |
| aggregation | aggregation. |
| description | User can assign a description to understand more humanly the recipe.. |
| holding | holding. |
| translation | translation. |
|
inline |
Returns true if ConfigurationRecipe instances are equal
| input | Instance of ConfigurationRecipe to be compared |
|
inline |
Returns true if objects are equal
| input | Object to be compared |
|
inline |
Gets the hash code
|
inlinevirtual |
Returns the JSON string presentation of the object
|
inline |
Returns the string presentation of the object
|
getset |
Gets or Sets Aggregation
|
getset |
|
getset |
|
getset |
Gets or Sets Holding
|
getset |
Gets or Sets Market
|
getset |
Gets or Sets Pricing
|
getset |
The scope used when updating or inserting the Configuration Recipe.
The scope used when updating or inserting the Configuration Recipe.
|
getset |
Gets or Sets Translation