|
LUSID C# SDK
|
Specification class to request for the creation/supplementing of a configuration recipe More...

Public Member Functions | |
| CreateRecipeRequest (List< string > recipeCreationMarketDataScopes=default(List< string >), ResourceId recipeId=default(ResourceId), ConfigurationRecipe inlineRecipe=default(ConfigurationRecipe), DateTimeOffset? asAt=default(DateTimeOffset?), DateTimeOrCutLabel effectiveAt=default(DateTimeOrCutLabel)) | |
| Initializes a new instance of the CreateRecipeRequest 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 (CreateRecipeRequest input) |
| Returns true if CreateRecipeRequest instances are equal More... | |
| override int | GetHashCode () |
| Gets the hash code More... | |
Protected Member Functions | |
| CreateRecipeRequest () | |
| Initializes a new instance of the CreateRecipeRequest class. More... | |
Properties | |
| List< string > | RecipeCreationMarketDataScopes [get, set] |
| The scopes in which the recipe creation would look for quotes/data. More... | |
| ResourceId | RecipeId [get, set] |
| Gets or Sets RecipeId More... | |
| ConfigurationRecipe | InlineRecipe [get, set] |
| Gets or Sets InlineRecipe More... | |
| DateTimeOffset? | AsAt [get, set] |
| The asAt date to use More... | |
| DateTimeOrCutLabel | EffectiveAt [get, set] |
| The market data time, i.e. the recipe generated will look for rules with this effectiveAt. More... | |
Specification class to request for the creation/supplementing of a configuration recipe
|
inlineprotected |
Initializes a new instance of the CreateRecipeRequest class.
|
inline |
Initializes a new instance of the CreateRecipeRequest class.
| recipeCreationMarketDataScopes | The scopes in which the recipe creation would look for quotes/data. (required). |
| recipeId | recipeId. |
| inlineRecipe | inlineRecipe. |
| asAt | The asAt date to use. |
| effectiveAt | The market data time, i.e. the recipe generated will look for rules with this effectiveAt. (required). |
|
inline |
Returns true if CreateRecipeRequest instances are equal
| input | Instance of CreateRecipeRequest 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 |
The asAt date to use
The asAt date to use
|
getset |
The market data time, i.e. the recipe generated will look for rules with this effectiveAt.
The market data time, i.e. the recipe generated will look for rules with this effectiveAt.
|
getset |
Gets or Sets InlineRecipe
|
getset |
The scopes in which the recipe creation would look for quotes/data.
The scopes in which the recipe creation would look for quotes/data.
|
getset |
Gets or Sets RecipeId