|
| | TransactionEntity (string href=default(string), string entityUniqueId=default(string), int? asAtVersionNumber=default(int?), string status=default(string), DateTimeOffset? asAtDeleted=default(DateTimeOffset?), string userIdDeleted=default(string), string requestIdDeleted=default(string), PortfolioWithoutHref prevailingPortfolio=default(PortfolioWithoutHref), Transaction prevailingInputTransaction=default(Transaction), PortfolioWithoutHref deletedPortfolio=default(PortfolioWithoutHref), Transaction deletedInputTransaction=default(Transaction), string previewedStatus=default(string), PortfolioWithoutHref previewedPortfolio=default(PortfolioWithoutHref), Transaction previewedInputTransaction=default(Transaction), List< Link > links=default(List< Link >)) |
| | Initializes a new instance of the TransactionEntity 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 (TransactionEntity input) |
| | Returns true if TransactionEntity instances are equal More...
|
| |
| override int | GetHashCode () |
| | Gets the hash code More...
|
| |
|
| string | Href [get, set] |
| | The link to the transaction entity. More...
|
| |
| string | EntityUniqueId [get, set] |
| | The unique id of the transaction, combining the portfolio and transaction identifiers. More...
|
| |
| int? | AsAtVersionNumber [get, set] |
| | The version number of the transaction entity at the requested asAt. More...
|
| |
| string | Status [get, set] |
| | The status of the transaction entity. 'Prevailing' when the transaction exists — including a cancelled transaction, whose cancellation is reflected in its own status rather than here; 'Deleted' when the transaction's portfolio has been deleted; 'DoesNotExist' when the transaction does not yet exist (e.g. staged creation preview). Available values: Prevailing, Deleted, DoesNotExist. More...
|
| |
| DateTimeOffset? | AsAtDeleted [get, set] |
| | The asAt datetime at which the portfolio (and by extension, the transaction) was deleted. More...
|
| |
| string | UserIdDeleted [get, set] |
| | The unique id of the user who deleted the portfolio. More...
|
| |
| string | RequestIdDeleted [get, set] |
| | The unique request id of the command that deleted the portfolio. More...
|
| |
| PortfolioWithoutHref | PrevailingPortfolio [get, set] |
| | Gets or Sets PrevailingPortfolio More...
|
| |
| Transaction | PrevailingInputTransaction [get, set] |
| | Gets or Sets PrevailingInputTransaction More...
|
| |
| PortfolioWithoutHref | DeletedPortfolio [get, set] |
| | Gets or Sets DeletedPortfolio More...
|
| |
| Transaction | DeletedInputTransaction [get, set] |
| | Gets or Sets DeletedInputTransaction More...
|
| |
| string | PreviewedStatus [get, set] |
| | The status of the transaction after the staged modification is applied. Always 'Prevailing' for transaction previews. Available values: Prevailing, Deleted, DoesNotExist. More...
|
| |
| PortfolioWithoutHref | PreviewedPortfolio [get, set] |
| | Gets or Sets PreviewedPortfolio More...
|
| |
| Transaction | PreviewedInputTransaction [get, set] |
| | Gets or Sets PreviewedInputTransaction More...
|
| |
| List< Link > | Links [get, set] |
| | Gets or Sets Links More...
|
| |
| string Lusid.Sdk.Model.TransactionEntity.PreviewedStatus |
|
getset |
The status of the transaction after the staged modification is applied. Always 'Prevailing' for transaction previews. Available values: Prevailing, Deleted, DoesNotExist.
The status of the transaction after the staged modification is applied. Always 'Prevailing' for transaction previews. Available values: Prevailing, Deleted, DoesNotExist.
| string Lusid.Sdk.Model.TransactionEntity.Status |
|
getset |
The status of the transaction entity. 'Prevailing' when the transaction exists — including a cancelled transaction, whose cancellation is reflected in its own status rather than here; 'Deleted' when the transaction's portfolio has been deleted; 'DoesNotExist' when the transaction does not yet exist (e.g. staged creation preview). Available values: Prevailing, Deleted, DoesNotExist.
The status of the transaction entity. 'Prevailing' when the transaction exists — including a cancelled transaction, whose cancellation is reflected in its own status rather than here; 'Deleted' when the transaction's portfolio has been deleted; 'DoesNotExist' when the transaction does not yet exist (e.g. staged creation preview). Available values: Prevailing, Deleted, DoesNotExist.