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

Specification object for the pre trade configuration parameters of a compliance run More...

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

Public Member Functions

 PreTradeConfiguration (string includeEntityTypes=default(string))
 Initializes a new instance of the PreTradeConfiguration 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 (PreTradeConfiguration input)
 Returns true if PreTradeConfiguration instances are equal More...
 
override int GetHashCode ()
 Gets the hash code More...
 

Protected Member Functions

 PreTradeConfiguration ()
 Initializes a new instance of the PreTradeConfiguration class. More...
 

Properties

string IncludeEntityTypes [get, set]
 Controls whether Orders and Allocations orders are included in the Portfolio valuation done for this compliance run. Valid values are: None (to account for Transactions only), Allocations (to include Allocations and Transactions) and OrdersAndAllocations (to include Orders, Allocations and Transactions). Available values: None, Allocations, OrdersAndAllocations. More...
 

Detailed Description

Specification object for the pre trade configuration parameters of a compliance run

Constructor & Destructor Documentation

◆ PreTradeConfiguration() [1/2]

Lusid.Sdk.Model.PreTradeConfiguration.PreTradeConfiguration ( )
inlineprotected

Initializes a new instance of the PreTradeConfiguration class.

◆ PreTradeConfiguration() [2/2]

Lusid.Sdk.Model.PreTradeConfiguration.PreTradeConfiguration ( string  includeEntityTypes = default(string))
inline

Initializes a new instance of the PreTradeConfiguration class.

Parameters
includeEntityTypesControls whether Orders and Allocations orders are included in the Portfolio valuation done for this compliance run. Valid values are: None (to account for Transactions only), Allocations (to include Allocations and Transactions) and OrdersAndAllocations (to include Orders, Allocations and Transactions). Available values: None, Allocations, OrdersAndAllocations. (required).

Member Function Documentation

◆ Equals() [1/2]

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

Returns true if objects are equal

Parameters
inputObject to be compared
Returns
Boolean

◆ Equals() [2/2]

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

Returns true if PreTradeConfiguration instances are equal

Parameters
inputInstance of PreTradeConfiguration to be compared
Returns
Boolean

◆ GetHashCode()

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

Gets the hash code

Returns
Hash code

◆ ToJson()

virtual string Lusid.Sdk.Model.PreTradeConfiguration.ToJson ( )
inlinevirtual

Returns the JSON string presentation of the object

Returns
JSON string presentation of the object

◆ ToString()

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

Returns the string presentation of the object

Returns
String presentation of the object

Property Documentation

◆ IncludeEntityTypes

string Lusid.Sdk.Model.PreTradeConfiguration.IncludeEntityTypes
getset

Controls whether Orders and Allocations orders are included in the Portfolio valuation done for this compliance run. Valid values are: None (to account for Transactions only), Allocations (to include Allocations and Transactions) and OrdersAndAllocations (to include Orders, Allocations and Transactions). Available values: None, Allocations, OrdersAndAllocations.

Controls whether Orders and Allocations orders are included in the Portfolio valuation done for this compliance run. Valid values are: None (to account for Transactions only), Allocations (to include Allocations and Transactions) and OrdersAndAllocations (to include Orders, Allocations and Transactions). Available values: None, Allocations, OrdersAndAllocations.


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