A request to create or update an Order.
More...
|
| | OrderRequest (Dictionary< string, PerpetualProperty > properties=default(Dictionary< string, PerpetualProperty >), Dictionary< string, string > instrumentIdentifiers=default(Dictionary< string, string >), decimal? quantity=default(decimal?), string side=default(string), ResourceId orderBookId=default(ResourceId), ResourceId portfolioId=default(ResourceId), ResourceId id=default(ResourceId), string state=default(string), string type=default(string), string timeInForce=default(string), DateTimeOffset date=default(DateTimeOffset), CurrencyAndAmount price=default(CurrencyAndAmount), CurrencyAndAmount limitPrice=default(CurrencyAndAmount), CurrencyAndAmount stopPrice=default(CurrencyAndAmount), ResourceId orderInstruction=default(ResourceId), ResourceId package=default(ResourceId), decimal? weight=default(decimal?), CurrencyAndAmount amount=default(CurrencyAndAmount)) |
| | Initializes a new instance of the OrderRequest 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 (OrderRequest input) |
| | Returns true if OrderRequest 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...
|
| |
| Dictionary< string, string > | InstrumentIdentifiers [get, set] |
| | The instrument ordered. More...
|
| |
| decimal? | Quantity [get, set] |
| | The quantity of the given instrument ordered. More...
|
| |
| string | Side [get, set] |
| | The client's representation of the order's side (buy, sell, short, etc) 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...
|
| |
| string | Type [get, set] |
| | The order's type (examples: Limit, Market, ...) More...
|
| |
| string | TimeInForce [get, set] |
| | The order's time in force (examples: Day, GoodTilCancel, ...) More...
|
| |
| DateTimeOffset | Date [get, set] |
| | The date on which the order was made More...
|
| |
| CurrencyAndAmount | Price [get, set] |
| | Gets or Sets Price More...
|
| |
| CurrencyAndAmount | LimitPrice [get, set] |
| | Gets or Sets LimitPrice More...
|
| |
| CurrencyAndAmount | StopPrice [get, set] |
| | Gets or Sets StopPrice More...
|
| |
| ResourceId | OrderInstruction [get, set] |
| | Gets or Sets OrderInstruction More...
|
| |
| ResourceId | Package [get, set] |
| | Gets or Sets Package More...
|
| |
| decimal? | Weight [get, set] |
| | The proportion of the total portfolio value ordered for the given instrument ordered. More...
|
| |
| CurrencyAndAmount | Amount [get, set] |
| | Gets or Sets Amount More...
|
| |
A request to create or update an Order.
◆ OrderRequest() [1/2]
| Lusid.Sdk.Model.OrderRequest.OrderRequest |
( |
| ) |
|
|
inlineprotected |
◆ OrderRequest() [2/2]
| Lusid.Sdk.Model.OrderRequest.OrderRequest |
( |
Dictionary< string, PerpetualProperty > |
properties = default(Dictionary<string, PerpetualProperty>), |
|
|
Dictionary< string, string > |
instrumentIdentifiers = default(Dictionary<string, string>), |
|
|
decimal? |
quantity = default(decimal?), |
|
|
string |
side = default(string), |
|
|
ResourceId |
orderBookId = default(ResourceId), |
|
|
ResourceId |
portfolioId = default(ResourceId), |
|
|
ResourceId |
id = default(ResourceId), |
|
|
string |
state = default(string), |
|
|
string |
type = default(string), |
|
|
string |
timeInForce = default(string), |
|
|
DateTimeOffset |
date = default(DateTimeOffset), |
|
|
CurrencyAndAmount |
price = default(CurrencyAndAmount), |
|
|
CurrencyAndAmount |
limitPrice = default(CurrencyAndAmount), |
|
|
CurrencyAndAmount |
stopPrice = default(CurrencyAndAmount), |
|
|
ResourceId |
orderInstruction = default(ResourceId), |
|
|
ResourceId |
package = default(ResourceId), |
|
|
decimal? |
weight = default(decimal?), |
|
|
CurrencyAndAmount |
amount = default(CurrencyAndAmount) |
|
) |
| |
|
inline |
Initializes a new instance of the OrderRequest class.
- Parameters
-
| properties | Client-defined properties associated with this order.. |
| instrumentIdentifiers | The instrument ordered. (required). |
| quantity | The quantity of the given instrument ordered.. |
| side | The client's representation of the order's side (buy, sell, short, etc) (required). |
| orderBookId | orderBookId. |
| portfolioId | portfolioId. |
| id | id (required). |
| state | The order's state (examples: New, PartiallyFilled, ...). |
| type | The order's type (examples: Limit, Market, ...). |
| timeInForce | The order's time in force (examples: Day, GoodTilCancel, ...). |
| date | The date on which the order was made. |
| price | price. |
| limitPrice | limitPrice. |
| stopPrice | stopPrice. |
| orderInstruction | orderInstruction. |
| package | package. |
| weight | The proportion of the total portfolio value ordered for the given instrument ordered.. |
| amount | amount. |
◆ Equals() [1/2]
| override bool Lusid.Sdk.Model.OrderRequest.Equals |
( |
object |
input | ) |
|
|
inline |
Returns true if objects are equal
- Parameters
-
| input | Object to be compared |
- Returns
- Boolean
◆ Equals() [2/2]
| bool Lusid.Sdk.Model.OrderRequest.Equals |
( |
OrderRequest |
input | ) |
|
|
inline |
Returns true if OrderRequest instances are equal
- Parameters
-
- Returns
- Boolean
◆ GetHashCode()
| override int Lusid.Sdk.Model.OrderRequest.GetHashCode |
( |
| ) |
|
|
inline |
Gets the hash code
- Returns
- Hash code
◆ ToJson()
| virtual string Lusid.Sdk.Model.OrderRequest.ToJson |
( |
| ) |
|
|
inlinevirtual |
Returns the JSON string presentation of the object
- Returns
- JSON string presentation of the object
◆ ToString()
| override string Lusid.Sdk.Model.OrderRequest.ToString |
( |
| ) |
|
|
inline |
Returns the string presentation of the object
- Returns
- String presentation of the object
◆ Amount
◆ Date
| DateTimeOffset Lusid.Sdk.Model.OrderRequest.Date |
|
getset |
The date on which the order was made
The date on which the order was made
◆ Id
◆ InstrumentIdentifiers
| Dictionary<string, string> Lusid.Sdk.Model.OrderRequest.InstrumentIdentifiers |
|
getset |
The instrument ordered.
The instrument ordered.
◆ LimitPrice
◆ OrderBookId
| ResourceId Lusid.Sdk.Model.OrderRequest.OrderBookId |
|
getset |
◆ OrderInstruction
| ResourceId Lusid.Sdk.Model.OrderRequest.OrderInstruction |
|
getset |
◆ Package
◆ PortfolioId
| ResourceId Lusid.Sdk.Model.OrderRequest.PortfolioId |
|
getset |
◆ Price
◆ Properties
Client-defined properties associated with this order.
Client-defined properties associated with this order.
◆ Quantity
| decimal? Lusid.Sdk.Model.OrderRequest.Quantity |
|
getset |
The quantity of the given instrument ordered.
The quantity of the given instrument ordered.
◆ Side
| string Lusid.Sdk.Model.OrderRequest.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.OrderRequest.State |
|
getset |
The order's state (examples: New, PartiallyFilled, ...)
The order's state (examples: New, PartiallyFilled, ...)
◆ StopPrice
◆ TimeInForce
| string Lusid.Sdk.Model.OrderRequest.TimeInForce |
|
getset |
The order's time in force (examples: Day, GoodTilCancel, ...)
The order's time in force (examples: Day, GoodTilCancel, ...)
◆ Type
| string Lusid.Sdk.Model.OrderRequest.Type |
|
getset |
The order's type (examples: Limit, Market, ...)
The order's type (examples: Limit, Market, ...)
◆ Weight
| decimal? Lusid.Sdk.Model.OrderRequest.Weight |
|
getset |
The proportion of the total portfolio value ordered for the given instrument ordered.
The proportion of the total portfolio value ordered for the given instrument ordered.
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/OrderRequest.cs