Instrument event query.
More...
◆ QueryInstrumentEventsRequest() [1/2]
| Lusid.Sdk.Model.QueryInstrumentEventsRequest.QueryInstrumentEventsRequest |
( |
| ) |
|
|
inlineprotected |
◆ QueryInstrumentEventsRequest() [2/2]
| Lusid.Sdk.Model.QueryInstrumentEventsRequest.QueryInstrumentEventsRequest |
( |
DateTimeOffset? |
asAt = default(DateTimeOffset?), |
|
|
DateTimeOffset |
windowStart = default(DateTimeOffset), |
|
|
DateTimeOffset |
windowEnd = default(DateTimeOffset), |
|
|
List< PortfolioEntityId > |
portfolioEntityIds = default(List<PortfolioEntityId>), |
|
|
DateTimeOffset |
effectiveAt = default(DateTimeOffset), |
|
|
ResourceId |
recipeId = default(ResourceId), |
|
|
string |
filterInstrumentEvents = default(string) |
|
) |
| |
|
inline |
Initializes a new instance of the QueryInstrumentEventsRequest class.
- Parameters
-
| asAt | The time of the system at which to query for bucketed cashflows.. |
| windowStart | The start date of the window. (required). |
| windowEnd | The end date of the window. (required). |
| portfolioEntityIds | The set of portfolios and portfolio groups to which the instrument events must belong. (required). |
| effectiveAt | The Effective date used in the valuation of the cashflows. (required). |
| recipeId | recipeId (required). |
| filterInstrumentEvents | Expression to filter the result set.. |
◆ Equals() [1/2]
| override bool Lusid.Sdk.Model.QueryInstrumentEventsRequest.Equals |
( |
object |
input | ) |
|
|
inline |
Returns true if objects are equal
- Parameters
-
| input | Object to be compared |
- Returns
- Boolean
◆ Equals() [2/2]
◆ GetHashCode()
| override int Lusid.Sdk.Model.QueryInstrumentEventsRequest.GetHashCode |
( |
| ) |
|
|
inline |
Gets the hash code
- Returns
- Hash code
◆ ToJson()
| virtual string Lusid.Sdk.Model.QueryInstrumentEventsRequest.ToJson |
( |
| ) |
|
|
inlinevirtual |
Returns the JSON string presentation of the object
- Returns
- JSON string presentation of the object
◆ ToString()
| override string Lusid.Sdk.Model.QueryInstrumentEventsRequest.ToString |
( |
| ) |
|
|
inline |
Returns the string presentation of the object
- Returns
- String presentation of the object
◆ AsAt
| DateTimeOffset? Lusid.Sdk.Model.QueryInstrumentEventsRequest.AsAt |
|
getset |
The time of the system at which to query for bucketed cashflows.
The time of the system at which to query for bucketed cashflows.
◆ EffectiveAt
| DateTimeOffset Lusid.Sdk.Model.QueryInstrumentEventsRequest.EffectiveAt |
|
getset |
The Effective date used in the valuation of the cashflows.
The Effective date used in the valuation of the cashflows.
◆ FilterInstrumentEvents
| string Lusid.Sdk.Model.QueryInstrumentEventsRequest.FilterInstrumentEvents |
|
getset |
Expression to filter the result set.
Expression to filter the result set.
◆ PortfolioEntityIds
| List<PortfolioEntityId> Lusid.Sdk.Model.QueryInstrumentEventsRequest.PortfolioEntityIds |
|
getset |
The set of portfolios and portfolio groups to which the instrument events must belong.
The set of portfolios and portfolio groups to which the instrument events must belong.
◆ RecipeId
| ResourceId Lusid.Sdk.Model.QueryInstrumentEventsRequest.RecipeId |
|
getset |
◆ WindowEnd
| DateTimeOffset Lusid.Sdk.Model.QueryInstrumentEventsRequest.WindowEnd |
|
getset |
The end date of the window.
The end date of the window.
◆ WindowStart
| DateTimeOffset Lusid.Sdk.Model.QueryInstrumentEventsRequest.WindowStart |
|
getset |
The start date of the window.
The start date of the window.
The documentation for this class was generated from the following file:
- /home/docs/checkouts/readthedocs.org/user_builds/lusid-sdk-csharp/checkouts/latest/sdk/Lusid.Sdk/Model/QueryInstrumentEventsRequest.cs