|
| | Order (Dictionary< string, PerpetualProperty > properties=default(Dictionary< string, PerpetualProperty >), ModelVersion varVersion=default(ModelVersion), 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 instrumentScope=default(string), string lusidInstrumentId=default(string), 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 orderInstructionId=default(ResourceId), ResourceId packageId=default(ResourceId), decimal? weight=default(decimal?), CurrencyAndAmount amount=default(CurrencyAndAmount), DataModelMembership dataModelMembership=default(DataModelMembership), string derivedComplianceState=default(string), string derivedApprovalState=default(string), List< Link > links=default(List< Link >)) |
| | Initializes a new instance of the Order 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 (Order input) |
| | Returns true if Order 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...
|
| |
| ModelVersion | VarVersion [get, set] |
| | Gets or Sets VarVersion 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 | InstrumentScope [get, set] |
| | The scope in which the instrument lies More...
|
| |
| string | LusidInstrumentId [get, set] |
| | The LUSID instrument id for the instrument ordered. 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 | OrderInstructionId [get, set] |
| | Gets or Sets OrderInstructionId More...
|
| |
| ResourceId | PackageId [get, set] |
| | Gets or Sets PackageId 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...
|
| |
| DataModelMembership | DataModelMembership [get, set] |
| | Gets or Sets DataModelMembership More...
|
| |
| string | DerivedComplianceState [get, set] |
| | The compliance state of the order, derived from pre-trade compliance runs. More...
|
| |
| string | DerivedApprovalState [get, set] |
| | The approval state of the order. More...
|
| |
| List< Link > | Links [get, set] |
| | Gets or Sets Links More...
|
| |
An Order for a certain quantity of a specific instrument
| string Lusid.Sdk.Model.Order.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)