TransactionPrice
More...
|
| enum class | TypeEnum {
Price = 1
, Yield = 2
, Spread = 3
, CashFlowPerUnit = 4
,
CleanPrice = 5
, DirtyPrice = 6
, CdsPrice = 7
} |
| | Available values: Price, Yield, Spread, CashFlowPerUnit, CleanPrice, DirtyPrice, CdsPrice. More...
|
| |
|
| TypeEnum? | Type [get, set] |
| | Available values: Price, Yield, Spread, CashFlowPerUnit, CleanPrice, DirtyPrice, CdsPrice. More...
|
| |
| decimal | Price [get, set] |
| | Gets or Sets Price More...
|
| |
◆ TypeEnum
Available values: Price, Yield, Spread, CashFlowPerUnit, CleanPrice, DirtyPrice, CdsPrice.
Available values: Price, Yield, Spread, CashFlowPerUnit, CleanPrice, DirtyPrice, CdsPrice.
| Enumerator |
|---|
| Price | Enum Price for value: Price
|
| Yield | Enum Yield for value: Yield
|
| Spread | Enum Spread for value: Spread
|
| CashFlowPerUnit | Enum CashFlowPerUnit for value: CashFlowPerUnit
|
| CleanPrice | Enum CleanPrice for value: CleanPrice
|
| DirtyPrice | Enum DirtyPrice for value: DirtyPrice
|
| CdsPrice | Enum CdsPrice for value: CdsPrice
|
◆ TransactionPrice()
| Lusid.Sdk.Model.TransactionPrice.TransactionPrice |
( |
decimal |
price = default(decimal), |
|
|
TypeEnum ? |
type = default(TypeEnum?) |
|
) |
| |
|
inline |
Initializes a new instance of the TransactionPrice class.
- Parameters
-
| price | price. |
| type | Available values: Price, Yield, Spread, CashFlowPerUnit, CleanPrice, DirtyPrice, CdsPrice.. |
◆ Equals() [1/2]
| override bool Lusid.Sdk.Model.TransactionPrice.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.TransactionPrice.GetHashCode |
( |
| ) |
|
|
inline |
Gets the hash code
- Returns
- Hash code
◆ ToJson()
| virtual string Lusid.Sdk.Model.TransactionPrice.ToJson |
( |
| ) |
|
|
inlinevirtual |
Returns the JSON string presentation of the object
- Returns
- JSON string presentation of the object
◆ ToString()
| override string Lusid.Sdk.Model.TransactionPrice.ToString |
( |
| ) |
|
|
inline |
Returns the string presentation of the object
- Returns
- String presentation of the object
◆ Price
| decimal Lusid.Sdk.Model.TransactionPrice.Price |
|
getset |
◆ Type
| TypeEnum? Lusid.Sdk.Model.TransactionPrice.Type |
|
getset |
Available values: Price, Yield, Spread, CashFlowPerUnit, CleanPrice, DirtyPrice, CdsPrice.
Available values: Price, Yield, Spread, CashFlowPerUnit, CleanPrice, DirtyPrice, CdsPrice.
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/TransactionPrice.cs