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

MovedOrderToDifferentBlockResponse More...

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

Public Member Functions

 MovedOrderToDifferentBlockResponse (Block destinationBlock=default(Block), Order order=default(Order), ResourceId sourceBlockId=default(ResourceId))
 Initializes a new instance of the MovedOrderToDifferentBlockResponse 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 (MovedOrderToDifferentBlockResponse input)
 Returns true if MovedOrderToDifferentBlockResponse instances are equal More...
 
override int GetHashCode ()
 Gets the hash code More...
 

Properties

Block DestinationBlock [get, set]
 Gets or Sets DestinationBlock More...
 
Order Order [get, set]
 Gets or Sets Order More...
 
ResourceId SourceBlockId [get, set]
 Gets or Sets SourceBlockId More...
 

Detailed Description

MovedOrderToDifferentBlockResponse

Constructor & Destructor Documentation

◆ MovedOrderToDifferentBlockResponse()

Lusid.Sdk.Model.MovedOrderToDifferentBlockResponse.MovedOrderToDifferentBlockResponse ( Block  destinationBlock = default(Block),
Order  order = default(Order),
ResourceId  sourceBlockId = default(ResourceId) 
)
inline

Initializes a new instance of the MovedOrderToDifferentBlockResponse class.

Parameters
destinationBlockdestinationBlock.
orderorder.
sourceBlockIdsourceBlockId.

Member Function Documentation

◆ Equals() [1/2]

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

Returns true if MovedOrderToDifferentBlockResponse instances are equal

Parameters
inputInstance of MovedOrderToDifferentBlockResponse to be compared
Returns
Boolean

◆ Equals() [2/2]

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

Returns true if objects are equal

Parameters
inputObject to be compared
Returns
Boolean

◆ GetHashCode()

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

Gets the hash code

Returns
Hash code

◆ ToJson()

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

Returns the JSON string presentation of the object

Returns
JSON string presentation of the object

◆ ToString()

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

Returns the string presentation of the object

Returns
String presentation of the object

Property Documentation

◆ DestinationBlock

Block Lusid.Sdk.Model.MovedOrderToDifferentBlockResponse.DestinationBlock
getset

Gets or Sets DestinationBlock

◆ Order

Order Lusid.Sdk.Model.MovedOrderToDifferentBlockResponse.Order
getset

Gets or Sets Order

◆ SourceBlockId

ResourceId Lusid.Sdk.Model.MovedOrderToDifferentBlockResponse.SourceBlockId
getset

Gets or Sets SourceBlockId


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