LUSID C# SDK
Public Member Functions | Protected Member Functions | Properties | List of all members
Lusid.Sdk.Model.QuoteActivity Class Reference

QuoteActivity More...

Inheritance diagram for Lusid.Sdk.Model.QuoteActivity:
Inheritance graph
[legend]

Public Member Functions

 QuoteActivity (DateTimeOffset asAt=default(DateTimeOffset), DateTimeOrCutLabel effectiveAt=default(DateTimeOrCutLabel), string entityUniqueId=default(string), string instrumentId=default(string), NavActivityAdjustmentTypeEnum navActivityAdjustmentType=default(NavActivityAdjustmentTypeEnum))
 Initializes a new instance of the QuoteActivity 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 (QuoteActivity input)
 Returns true if QuoteActivity instances are equal More...
 
override int GetHashCode ()
 Gets the hash code More...
 
- Public Member Functions inherited from Lusid.Sdk.Model.NavActivityAdjustment
 NavActivityAdjustment (NavActivityAdjustmentTypeEnum navActivityAdjustmentType=default(NavActivityAdjustmentTypeEnum))
 Initializes a new instance of the NavActivityAdjustment 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 (NavActivityAdjustment input)
 Returns true if NavActivityAdjustment instances are equal More...
 
override int GetHashCode ()
 Gets the hash code More...
 

Protected Member Functions

 QuoteActivity ()
 Initializes a new instance of the QuoteActivity 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.NavActivityAdjustment
 NavActivityAdjustment ()
 Initializes a new instance of the NavActivityAdjustment class. More...
 
IEnumerable< System.ComponentModel.DataAnnotations.ValidationResult > BaseValidate (ValidationContext validationContext)
 To validate all properties of the instance More...
 

Properties

DateTimeOffset AsAt [get, set]
 The asAt time for which the adjustment is being applied. More...
 
DateTimeOrCutLabel EffectiveAt [get, set]
 The EffectiveAt time of the quote event that need to be added to the closed period. More...
 
string EntityUniqueId [get, set]
 The EntityUniqueId from the quote which needs to be added as a post close activity. More...
 
string InstrumentId [get, set]
 The InstrumentId from the quote which needs to be added as a post close activity. More...
 
- Properties inherited from Lusid.Sdk.Model.NavActivityAdjustment
NavActivityAdjustmentTypeEnum NavActivityAdjustmentType [get, set]
 The type of the entity being applied, for example a PortfolioTransaction. Available values: PortfolioTransaction, PortfolioSettlementInstruction, InstrumentActivity, QuoteActivity. More...
 

Additional Inherited Members

- Public Types inherited from Lusid.Sdk.Model.NavActivityAdjustment
enum class  NavActivityAdjustmentTypeEnum { PortfolioTransaction = 1 , PortfolioSettlementInstruction = 2 , InstrumentActivity = 3 , QuoteActivity = 4 }
 The type of the entity being applied, for example a PortfolioTransaction. Available values: PortfolioTransaction, PortfolioSettlementInstruction, InstrumentActivity, QuoteActivity. More...
 

Detailed Description

QuoteActivity

Constructor & Destructor Documentation

◆ QuoteActivity() [1/2]

Lusid.Sdk.Model.QuoteActivity.QuoteActivity ( )
inlineprotected

Initializes a new instance of the QuoteActivity class.

◆ QuoteActivity() [2/2]

Lusid.Sdk.Model.QuoteActivity.QuoteActivity ( DateTimeOffset  asAt = default(DateTimeOffset),
DateTimeOrCutLabel  effectiveAt = default(DateTimeOrCutLabel),
string  entityUniqueId = default(string),
string  instrumentId = default(string),
NavActivityAdjustmentTypeEnum  navActivityAdjustmentType = default(NavActivityAdjustmentTypeEnum) 
)
inline

Initializes a new instance of the QuoteActivity class.

Parameters
asAtThe asAt time for which the adjustment is being applied. (required).
effectiveAtThe EffectiveAt time of the quote event that need to be added to the closed period. (required).
entityUniqueIdThe EntityUniqueId from the quote which needs to be added as a post close activity. (required).
instrumentIdThe InstrumentId from the quote which needs to be added as a post close activity. (required).
navActivityAdjustmentTypeThe type of the entity being applied, for example a PortfolioTransaction. Available values: PortfolioTransaction, PortfolioSettlementInstruction, InstrumentActivity, QuoteActivity. (required) (default to "QuoteActivity").

Member Function Documentation

◆ BaseValidate()

IEnumerable<System.ComponentModel.DataAnnotations.ValidationResult> Lusid.Sdk.Model.QuoteActivity.BaseValidate ( ValidationContext  validationContext)
inlineprotected

To validate all properties of the instance

Parameters
validationContextValidation context
Returns
Validation Result

◆ Equals() [1/2]

override bool Lusid.Sdk.Model.QuoteActivity.Equals ( object  input)
inline

Returns true if objects are equal

Parameters
inputObject to be compared
Returns
Boolean

◆ Equals() [2/2]

bool Lusid.Sdk.Model.QuoteActivity.Equals ( QuoteActivity  input)
inline

Returns true if QuoteActivity instances are equal

Parameters
inputInstance of QuoteActivity to be compared
Returns
Boolean

◆ GetHashCode()

override int Lusid.Sdk.Model.QuoteActivity.GetHashCode ( )
inline

Gets the hash code

Returns
Hash code

◆ ToJson()

override string Lusid.Sdk.Model.QuoteActivity.ToJson ( )
inlinevirtual

Returns the JSON string presentation of the object

Returns
JSON string presentation of the object

Reimplemented from Lusid.Sdk.Model.NavActivityAdjustment.

◆ ToString()

override string Lusid.Sdk.Model.QuoteActivity.ToString ( )
inline

Returns the string presentation of the object

Returns
String presentation of the object

Property Documentation

◆ AsAt

DateTimeOffset Lusid.Sdk.Model.QuoteActivity.AsAt
getset

The asAt time for which the adjustment is being applied.

The asAt time for which the adjustment is being applied.

◆ EffectiveAt

DateTimeOrCutLabel Lusid.Sdk.Model.QuoteActivity.EffectiveAt
getset

The EffectiveAt time of the quote event that need to be added to the closed period.

The EffectiveAt time of the quote event that need to be added to the closed period.

◆ EntityUniqueId

string Lusid.Sdk.Model.QuoteActivity.EntityUniqueId
getset

The EntityUniqueId from the quote which needs to be added as a post close activity.

The EntityUniqueId from the quote which needs to be added as a post close activity.

◆ InstrumentId

string Lusid.Sdk.Model.QuoteActivity.InstrumentId
getset

The InstrumentId from the quote which needs to be added as a post close activity.

The InstrumentId from the quote which needs to be added as a post close activity.


The documentation for this class was generated from the following file: