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

BlockedOrderRequest More...

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

Public Member Functions

 BlockedOrderRequest (Dictionary< string, PerpetualProperty > properties=default(Dictionary< string, PerpetualProperty >), decimal quantity=default(decimal), ResourceId orderBookId=default(ResourceId), ResourceId portfolioId=default(ResourceId), ResourceId id=default(ResourceId), string state=default(string), DateTimeOffset date=default(DateTimeOffset), CurrencyAndAmount price=default(CurrencyAndAmount), ResourceId orderInstruction=default(ResourceId), ResourceId package=default(ResourceId))
 Initializes a new instance of the BlockedOrderRequest 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 (BlockedOrderRequest input)
 Returns true if BlockedOrderRequest instances are equal More...
 
override int GetHashCode ()
 Gets the hash code More...
 

Protected Member Functions

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

Properties

Dictionary< string, PerpetualPropertyProperties [get, set]
 Client-defined properties associated with this order. More...
 
decimal Quantity [get, set]
 The quantity of given instrument ordered. More...
 
ResourceId OrderBookId [get, set]
 Gets or Sets OrderBookId More...
 
ResourceId PortfolioId [get, set]
 Gets or Sets PortfolioId More...
 
ResourceId Id [get, set]
 Gets or Sets Id More...
 
string State [get, set]
 The order&#39;s state (examples: New, PartiallyFilled, ...) More...
 
DateTimeOffset Date [get, set]
 The date on which the order was made More...
 
CurrencyAndAmount Price [get, set]
 Gets or Sets Price More...
 
ResourceId OrderInstruction [get, set]
 Gets or Sets OrderInstruction More...
 
ResourceId Package [get, set]
 Gets or Sets Package More...
 

Detailed Description

BlockedOrderRequest

Constructor & Destructor Documentation

◆ BlockedOrderRequest() [1/2]

Lusid.Sdk.Model.BlockedOrderRequest.BlockedOrderRequest ( )
inlineprotected

Initializes a new instance of the BlockedOrderRequest class.

◆ BlockedOrderRequest() [2/2]

Lusid.Sdk.Model.BlockedOrderRequest.BlockedOrderRequest ( Dictionary< string, PerpetualProperty properties = default(Dictionary<string, PerpetualProperty>),
decimal  quantity = default(decimal),
ResourceId  orderBookId = default(ResourceId),
ResourceId  portfolioId = default(ResourceId),
ResourceId  id = default(ResourceId),
string  state = default(string),
DateTimeOffset  date = default(DateTimeOffset),
CurrencyAndAmount  price = default(CurrencyAndAmount),
ResourceId  orderInstruction = default(ResourceId),
ResourceId  package = default(ResourceId) 
)
inline

Initializes a new instance of the BlockedOrderRequest class.

Parameters
propertiesClient-defined properties associated with this order..
quantityThe quantity of given instrument ordered. (required).
orderBookIdorderBookId.
portfolioIdportfolioId.
idid (required).
stateThe order&#39;s state (examples: New, PartiallyFilled, ...).
dateThe date on which the order was made.
priceprice.
orderInstructionorderInstruction.
packagepackage.

Member Function Documentation

◆ Equals() [1/2]

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

Returns true if BlockedOrderRequest instances are equal

Parameters
inputInstance of BlockedOrderRequest to be compared
Returns
Boolean

◆ Equals() [2/2]

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

Returns true if objects are equal

Parameters
inputObject to be compared
Returns
Boolean

◆ GetHashCode()

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

Gets the hash code

Returns
Hash code

◆ ToJson()

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

Returns the JSON string presentation of the object

Returns
JSON string presentation of the object

◆ ToString()

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

Returns the string presentation of the object

Returns
String presentation of the object

Property Documentation

◆ Date

DateTimeOffset Lusid.Sdk.Model.BlockedOrderRequest.Date
getset

The date on which the order was made

The date on which the order was made

◆ Id

ResourceId Lusid.Sdk.Model.BlockedOrderRequest.Id
getset

Gets or Sets Id

◆ OrderBookId

ResourceId Lusid.Sdk.Model.BlockedOrderRequest.OrderBookId
getset

Gets or Sets OrderBookId

◆ OrderInstruction

ResourceId Lusid.Sdk.Model.BlockedOrderRequest.OrderInstruction
getset

Gets or Sets OrderInstruction

◆ Package

ResourceId Lusid.Sdk.Model.BlockedOrderRequest.Package
getset

Gets or Sets Package

◆ PortfolioId

ResourceId Lusid.Sdk.Model.BlockedOrderRequest.PortfolioId
getset

Gets or Sets PortfolioId

◆ Price

CurrencyAndAmount Lusid.Sdk.Model.BlockedOrderRequest.Price
getset

Gets or Sets Price

◆ Properties

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

Client-defined properties associated with this order.

Client-defined properties associated with this order.

◆ Quantity

decimal Lusid.Sdk.Model.BlockedOrderRequest.Quantity
getset

The quantity of given instrument ordered.

The quantity of given instrument ordered.

◆ State

string Lusid.Sdk.Model.BlockedOrderRequest.State
getset

The order&#39;s state (examples: New, PartiallyFilled, ...)

The order&#39;s state (examples: New, PartiallyFilled, ...)


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