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

A request to create or update a Placement. More...

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

Public Member Functions

 PlacementUpdateRequest (ResourceId id=default(ResourceId), decimal? quantity=default(decimal?), Dictionary< string, PerpetualProperty > properties=default(Dictionary< string, PerpetualProperty >), string counterparty=default(string), string executionSystem=default(string), string entryType=default(string))
 Initializes a new instance of the PlacementUpdateRequest 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 (PlacementUpdateRequest input)
 Returns true if PlacementUpdateRequest instances are equal More...
 
override int GetHashCode ()
 Gets the hash code More...
 

Protected Member Functions

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

Properties

ResourceId Id [get, set]
 Gets or Sets Id More...
 
decimal? Quantity [get, set]
 The quantity of given instrument ordered. More...
 
Dictionary< string, PerpetualPropertyProperties [get, set]
 Client-defined properties associated with this placement. More...
 
string Counterparty [get, set]
 Optionally specifies the market entity this placement is placed with. More...
 
string ExecutionSystem [get, set]
 Optionally specifies the execution system in use. More...
 
string EntryType [get, set]
 Optionally specifies the entry type of this placement. More...
 

Detailed Description

A request to create or update a Placement.

Constructor & Destructor Documentation

◆ PlacementUpdateRequest() [1/2]

Lusid.Sdk.Model.PlacementUpdateRequest.PlacementUpdateRequest ( )
inlineprotected

Initializes a new instance of the PlacementUpdateRequest class.

◆ PlacementUpdateRequest() [2/2]

Lusid.Sdk.Model.PlacementUpdateRequest.PlacementUpdateRequest ( ResourceId  id = default(ResourceId),
decimal?  quantity = default(decimal?),
Dictionary< string, PerpetualProperty properties = default(Dictionary<string, PerpetualProperty>),
string  counterparty = default(string),
string  executionSystem = default(string),
string  entryType = default(string) 
)
inline

Initializes a new instance of the PlacementUpdateRequest class.

Parameters
idid (required).
quantityThe quantity of given instrument ordered..
propertiesClient-defined properties associated with this placement..
counterpartyOptionally specifies the market entity this placement is placed with..
executionSystemOptionally specifies the execution system in use..
entryTypeOptionally specifies the entry type of this placement..

Member Function Documentation

◆ Equals() [1/2]

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

Returns true if objects are equal

Parameters
inputObject to be compared
Returns
Boolean

◆ Equals() [2/2]

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

Returns true if PlacementUpdateRequest instances are equal

Parameters
inputInstance of PlacementUpdateRequest to be compared
Returns
Boolean

◆ GetHashCode()

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

Gets the hash code

Returns
Hash code

◆ ToJson()

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

Returns the JSON string presentation of the object

Returns
JSON string presentation of the object

◆ ToString()

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

Returns the string presentation of the object

Returns
String presentation of the object

Property Documentation

◆ Counterparty

string Lusid.Sdk.Model.PlacementUpdateRequest.Counterparty
getset

Optionally specifies the market entity this placement is placed with.

Optionally specifies the market entity this placement is placed with.

◆ EntryType

string Lusid.Sdk.Model.PlacementUpdateRequest.EntryType
getset

Optionally specifies the entry type of this placement.

Optionally specifies the entry type of this placement.

◆ ExecutionSystem

string Lusid.Sdk.Model.PlacementUpdateRequest.ExecutionSystem
getset

Optionally specifies the execution system in use.

Optionally specifies the execution system in use.

◆ Id

ResourceId Lusid.Sdk.Model.PlacementUpdateRequest.Id
getset

Gets or Sets Id

◆ Properties

Dictionary<string, PerpetualProperty> Lusid.Sdk.Model.PlacementUpdateRequest.Properties
getset

Client-defined properties associated with this placement.

Client-defined properties associated with this placement.

◆ Quantity

decimal? Lusid.Sdk.Model.PlacementUpdateRequest.Quantity
getset

The quantity of given instrument ordered.

The quantity of given instrument ordered.


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