BlockedOrderRequest
More...
|
| | 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), string side=default(string)) |
| | 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...
|
| |
|
| Dictionary< string, PerpetualProperty > | Properties [get, set] |
| | Client-defined properties associated with this order. More...
|
| |
| decimal | Quantity [get, set] |
| | The quantity of the 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'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...
|
| |
| string | Side [get, set] |
| | The client's representation of the order's side (buy, sell, short, etc) More...
|
| |
◆ BlockedOrderRequest() [1/2]
| Lusid.Sdk.Model.BlockedOrderRequest.BlockedOrderRequest |
( |
| ) |
|
|
inlineprotected |
◆ 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), |
|
|
string |
side = default(string) |
|
) |
| |
|
inline |
Initializes a new instance of the BlockedOrderRequest class.
- Parameters
-
| properties | Client-defined properties associated with this order.. |
| quantity | The quantity of the given instrument ordered. (required). |
| orderBookId | orderBookId. |
| portfolioId | portfolioId. |
| id | id (required). |
| state | The order's state (examples: New, PartiallyFilled, ...). |
| date | The date on which the order was made. |
| price | price. |
| orderInstruction | orderInstruction. |
| package | package. |
| side | The client's representation of the order's side (buy, sell, short, etc). |
◆ Equals() [1/2]
◆ Equals() [2/2]
| override bool Lusid.Sdk.Model.BlockedOrderRequest.Equals |
( |
object |
input | ) |
|
|
inline |
Returns true if objects are equal
- Parameters
-
| input | Object 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
◆ 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
◆ OrderBookId
| ResourceId Lusid.Sdk.Model.BlockedOrderRequest.OrderBookId |
|
getset |
◆ OrderInstruction
| ResourceId Lusid.Sdk.Model.BlockedOrderRequest.OrderInstruction |
|
getset |
◆ Package
| ResourceId Lusid.Sdk.Model.BlockedOrderRequest.Package |
|
getset |
◆ PortfolioId
| ResourceId Lusid.Sdk.Model.BlockedOrderRequest.PortfolioId |
|
getset |
◆ Price
◆ Properties
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 the given instrument ordered.
The quantity of the given instrument ordered.
◆ Side
| string Lusid.Sdk.Model.BlockedOrderRequest.Side |
|
getset |
The client's representation of the order's side (buy, sell, short, etc)
The client's representation of the order's side (buy, sell, short, etc)
◆ State
| string Lusid.Sdk.Model.BlockedOrderRequest.State |
|
getset |
The order's state (examples: New, PartiallyFilled, ...)
The order's state (examples: New, PartiallyFilled, ...)
The documentation for this class was generated from the following file:
- /home/docs/checkouts/readthedocs.org/user_builds/lusid-sdk-csharp/checkouts/latest/sdk/Lusid.Sdk/Model/BlockedOrderRequest.cs