BatchUpsertPortfolioTransactionsResponse
More...
|
| Dictionary< string, Transaction > | Values [get, set] |
| | The transactions which have been successfully upserted. More...
|
| |
| Dictionary< string, ErrorDetail > | Failed [get, set] |
| | The transactions that could not be upserted along with a reason for their failure. More...
|
| |
| Dictionary< string, List< ResponseMetaData > > | Metadata [get, set] |
| | Contains warnings related to unresolved instruments or non-existent transaction types for the upserted trades More...
|
| |
| List< Link > | Links [get, set] |
| | Gets or Sets Links More...
|
| |
◆ BatchUpsertPortfolioTransactionsResponse()
| Lusid.Sdk.Model.BatchUpsertPortfolioTransactionsResponse.BatchUpsertPortfolioTransactionsResponse |
( |
Dictionary< string, Transaction > |
values = default(Dictionary<string, Transaction>), |
|
|
Dictionary< string, ErrorDetail > |
failed = default(Dictionary<string, ErrorDetail>), |
|
|
Dictionary< string, List< ResponseMetaData >> |
metadata = default(Dictionary<string, List<ResponseMetaData>>), |
|
|
List< Link > |
links = default(List<Link>) |
|
) |
| |
|
inline |
Initializes a new instance of the BatchUpsertPortfolioTransactionsResponse class.
- Parameters
-
| values | The transactions which have been successfully upserted.. |
| failed | The transactions that could not be upserted along with a reason for their failure.. |
| metadata | Contains warnings related to unresolved instruments or non-existent transaction types for the upserted trades. |
| links | links. |
◆ Equals() [1/2]
◆ Equals() [2/2]
| override bool Lusid.Sdk.Model.BatchUpsertPortfolioTransactionsResponse.Equals |
( |
object |
input | ) |
|
|
inline |
Returns true if objects are equal
- Parameters
-
| input | Object to be compared |
- Returns
- Boolean
◆ GetHashCode()
| override int Lusid.Sdk.Model.BatchUpsertPortfolioTransactionsResponse.GetHashCode |
( |
| ) |
|
|
inline |
Gets the hash code
- Returns
- Hash code
◆ ToJson()
| virtual string Lusid.Sdk.Model.BatchUpsertPortfolioTransactionsResponse.ToJson |
( |
| ) |
|
|
inlinevirtual |
Returns the JSON string presentation of the object
- Returns
- JSON string presentation of the object
◆ ToString()
| override string Lusid.Sdk.Model.BatchUpsertPortfolioTransactionsResponse.ToString |
( |
| ) |
|
|
inline |
Returns the string presentation of the object
- Returns
- String presentation of the object
◆ Failed
| Dictionary<string, ErrorDetail> Lusid.Sdk.Model.BatchUpsertPortfolioTransactionsResponse.Failed |
|
getset |
The transactions that could not be upserted along with a reason for their failure.
The transactions that could not be upserted along with a reason for their failure.
◆ Links
| List<Link> Lusid.Sdk.Model.BatchUpsertPortfolioTransactionsResponse.Links |
|
getset |
◆ Metadata
| Dictionary<string, List<ResponseMetaData> > Lusid.Sdk.Model.BatchUpsertPortfolioTransactionsResponse.Metadata |
|
getset |
Contains warnings related to unresolved instruments or non-existent transaction types for the upserted trades
Contains warnings related to unresolved instruments or non-existent transaction types for the upserted trades
◆ Values
| Dictionary<string, Transaction> Lusid.Sdk.Model.BatchUpsertPortfolioTransactionsResponse.Values |
|
getset |
The transactions which have been successfully upserted.
The transactions which have been successfully upserted.
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/BatchUpsertPortfolioTransactionsResponse.cs