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

Specification class to request for the creation/supplementing of a configuration recipe More...

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

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...
 

Detailed Description

Specification class to request for the creation/supplementing of a configuration recipe

Constructor & Destructor Documentation

◆ CreateRecipeRequest() [1/2]

Lusid.Sdk.Model.CreateRecipeRequest.CreateRecipeRequest ( )
inlineprotected

Initializes a new instance of the CreateRecipeRequest class.

◆ CreateRecipeRequest() [2/2]

Lusid.Sdk.Model.CreateRecipeRequest.CreateRecipeRequest ( List< string >  recipeCreationMarketDataScopes = default(List<string>),
ResourceId  recipeId = default(ResourceId),
ConfigurationRecipe  inlineRecipe = default(ConfigurationRecipe),
DateTimeOffset?  asAt = default(DateTimeOffset?),
DateTimeOrCutLabel  effectiveAt = default(DateTimeOrCutLabel) 
)
inline

Initializes a new instance of the CreateRecipeRequest class.

Parameters
recipeCreationMarketDataScopesThe scopes in which the recipe creation would look for quotes/data. (required).
recipeIdrecipeId.
inlineRecipeinlineRecipe.
asAtThe asAt date to use.
effectiveAtThe market data time, i.e. the recipe generated will look for rules with this effectiveAt. (required).

Member Function Documentation

◆ Equals() [1/2]

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

Returns true if CreateRecipeRequest instances are equal

Parameters
inputInstance of CreateRecipeRequest to be compared
Returns
Boolean

◆ Equals() [2/2]

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

Returns true if objects are equal

Parameters
inputObject to be compared
Returns
Boolean

◆ GetHashCode()

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

Gets the hash code

Returns
Hash code

◆ ToJson()

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

Returns the JSON string presentation of the object

Returns
JSON string presentation of the object

◆ ToString()

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

Returns the string presentation of the object

Returns
String presentation of the object

Property Documentation

◆ AsAt

DateTimeOffset? Lusid.Sdk.Model.CreateRecipeRequest.AsAt
getset

The asAt date to use

The asAt date to use

◆ EffectiveAt

DateTimeOrCutLabel Lusid.Sdk.Model.CreateRecipeRequest.EffectiveAt
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.

◆ InlineRecipe

ConfigurationRecipe Lusid.Sdk.Model.CreateRecipeRequest.InlineRecipe
getset

Gets or Sets InlineRecipe

◆ RecipeCreationMarketDataScopes

List<string> Lusid.Sdk.Model.CreateRecipeRequest.RecipeCreationMarketDataScopes
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.

◆ RecipeId

ResourceId Lusid.Sdk.Model.CreateRecipeRequest.RecipeId
getset

Gets or Sets RecipeId


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