|
LUSID C# SDK
|
Tender Event (TEND). More...

Public Member Functions | |
| TenderEvent (DateTimeOffset? announcementDate=default(DateTimeOffset?), DateTimeOffset exDate=default(DateTimeOffset), DateTimeOffset? recordDate=default(DateTimeOffset?), DateTimeOffset paymentDate=default(DateTimeOffset), NewInstrument newInstrument=default(NewInstrument), decimal? fractionalUnitsCashPrice=default(decimal?), string fractionalUnitsCashCurrency=default(string), List< SecurityOfferElection > securityOfferElections=default(List< SecurityOfferElection >), List< CashAndSecurityOfferElection > cashAndSecurityOfferElections=default(List< CashAndSecurityOfferElection >), List< CashOfferElection > cashOfferElections=default(List< CashOfferElection >), InstrumentEventTypeEnum instrumentEventType=default(InstrumentEventTypeEnum)) | |
| Initializes a new instance of the TenderEvent class. More... | |
| override string | ToString () |
| Returns the string presentation of the object More... | |
| override 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 (TenderEvent input) |
| Returns true if TenderEvent instances are equal More... | |
| override int | GetHashCode () |
| Gets the hash code More... | |
Public Member Functions inherited from Lusid.Sdk.Model.InstrumentEvent | |
| InstrumentEvent (InstrumentEventTypeEnum instrumentEventType=default(InstrumentEventTypeEnum)) | |
| Initializes a new instance of the InstrumentEvent class. More... | |
| override string | ToString () |
| Returns the string presentation of the object More... | |
| override bool | Equals (object input) |
| Returns true if objects are equal More... | |
| bool | Equals (InstrumentEvent input) |
| Returns true if InstrumentEvent instances are equal More... | |
| override int | GetHashCode () |
| Gets the hash code More... | |
Protected Member Functions | |
| TenderEvent () | |
| Initializes a new instance of the TenderEvent class. More... | |
| IEnumerable< System.ComponentModel.DataAnnotations.ValidationResult > | BaseValidate (ValidationContext validationContext) |
| To validate all properties of the instance More... | |
Protected Member Functions inherited from Lusid.Sdk.Model.InstrumentEvent | |
| InstrumentEvent () | |
| Initializes a new instance of the InstrumentEvent class. More... | |
| IEnumerable< System.ComponentModel.DataAnnotations.ValidationResult > | BaseValidate (ValidationContext validationContext) |
| To validate all properties of the instance More... | |
Tender Event (TEND).
|
inlineprotected |
Initializes a new instance of the TenderEvent class.
|
inline |
Initializes a new instance of the TenderEvent class.
|
inlineprotected |
To validate all properties of the instance
| validationContext | Validation context |
|
inline |
Returns true if objects are equal
| input | Object to be compared |
|
inline |
Returns true if TenderEvent instances are equal
| input | Instance of TenderEvent to be compared |
|
inline |
Gets the hash code
|
inlinevirtual |
Returns the JSON string presentation of the object
Reimplemented from Lusid.Sdk.Model.InstrumentEvent.
|
inline |
Returns the string presentation of the object
|
getset |
The date the tender is announced.
The date the tender is announced.
|
getset |
List of possible CashAndSecurityOfferElections for this event.
List of possible CashAndSecurityOfferElections for this event.
|
getset |
List of possible CashOfferElections for this event.
List of possible CashOfferElections for this event.
|
getset |
The ex date (entitlement date) of the event.
The ex date (entitlement date) of the event.
|
getset |
The currency of the cash paid in lieu of fractionalUnits.
The currency of the cash paid in lieu of fractionalUnits.
|
getset |
The cash price paid in lieu of fractionalUnits.
The cash price paid in lieu of fractionalUnits.
|
getset |
Gets or Sets NewInstrument
|
getset |
The payment date of the event.
The payment date of the event.
|
getset |
Date you have to be the holder of record in order to participate in the tender.
Date you have to be the holder of record in order to participate in the tender.
|
getset |
List of possible SecurityOfferElections for this event.
List of possible SecurityOfferElections for this event.