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

BlockAndOrderIdRequest More...

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

Public Member Functions

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

Protected Member Functions

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

Properties

ResourceId DestinationBlockId [get, set]
 Gets or Sets DestinationBlockId More...
 
ResourceId OrderId [get, set]
 Gets or Sets OrderId More...
 

Detailed Description

BlockAndOrderIdRequest

Constructor & Destructor Documentation

◆ BlockAndOrderIdRequest() [1/2]

Lusid.Sdk.Model.BlockAndOrderIdRequest.BlockAndOrderIdRequest ( )
inlineprotected

Initializes a new instance of the BlockAndOrderIdRequest class.

◆ BlockAndOrderIdRequest() [2/2]

Lusid.Sdk.Model.BlockAndOrderIdRequest.BlockAndOrderIdRequest ( ResourceId  destinationBlockId = default(ResourceId),
ResourceId  orderId = default(ResourceId) 
)
inline

Initializes a new instance of the BlockAndOrderIdRequest class.

Parameters
destinationBlockIddestinationBlockId (required).
orderIdorderId (required).

Member Function Documentation

◆ Equals() [1/2]

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

Returns true if BlockAndOrderIdRequest instances are equal

Parameters
inputInstance of BlockAndOrderIdRequest to be compared
Returns
Boolean

◆ Equals() [2/2]

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

Returns true if objects are equal

Parameters
inputObject to be compared
Returns
Boolean

◆ GetHashCode()

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

Gets the hash code

Returns
Hash code

◆ ToJson()

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

Returns the JSON string presentation of the object

Returns
JSON string presentation of the object

◆ ToString()

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

Returns the string presentation of the object

Returns
String presentation of the object

Property Documentation

◆ DestinationBlockId

ResourceId Lusid.Sdk.Model.BlockAndOrderIdRequest.DestinationBlockId
getset

Gets or Sets DestinationBlockId

◆ OrderId

ResourceId Lusid.Sdk.Model.BlockAndOrderIdRequest.OrderId
getset

Gets or Sets OrderId


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