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

MoveOrdersToDifferentBlocksRequest More...

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

Public Member Functions

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

Protected Member Functions

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

Properties

List< BlockAndOrderIdRequestRequests [get, set]
 A collection of BlockAndOrderId. More...
 

Detailed Description

MoveOrdersToDifferentBlocksRequest

Constructor & Destructor Documentation

◆ MoveOrdersToDifferentBlocksRequest() [1/2]

Lusid.Sdk.Model.MoveOrdersToDifferentBlocksRequest.MoveOrdersToDifferentBlocksRequest ( )
inlineprotected

Initializes a new instance of the MoveOrdersToDifferentBlocksRequest class.

◆ MoveOrdersToDifferentBlocksRequest() [2/2]

Lusid.Sdk.Model.MoveOrdersToDifferentBlocksRequest.MoveOrdersToDifferentBlocksRequest ( List< BlockAndOrderIdRequest requests = default(List<BlockAndOrderIdRequest>))
inline

Initializes a new instance of the MoveOrdersToDifferentBlocksRequest class.

Parameters
requestsA collection of BlockAndOrderId. (required).

Member Function Documentation

◆ Equals() [1/2]

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

Returns true if MoveOrdersToDifferentBlocksRequest instances are equal

Parameters
inputInstance of MoveOrdersToDifferentBlocksRequest to be compared
Returns
Boolean

◆ Equals() [2/2]

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

Returns true if objects are equal

Parameters
inputObject to be compared
Returns
Boolean

◆ GetHashCode()

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

Gets the hash code

Returns
Hash code

◆ ToJson()

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

Returns the JSON string presentation of the object

Returns
JSON string presentation of the object

◆ ToString()

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

Returns the string presentation of the object

Returns
String presentation of the object

Property Documentation

◆ Requests

List<BlockAndOrderIdRequest> Lusid.Sdk.Model.MoveOrdersToDifferentBlocksRequest.Requests
getset

A collection of BlockAndOrderId.

A collection of BlockAndOrderId.


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