|
Lean
$LEAN_TAG$
|
Represents a response for a cross zero order request. More...
Public Member Functions | |
| CrossZeroOrderResponse (string brokerageOrderId, bool isOrderPlacedSuccessfully, string message="") | |
| Initializes a new instance of the CrossZeroOrderResponse struct. More... | |
Properties | |
| string | BrokerageOrderId [get] |
| Gets the brokerage order ID. More... | |
| bool | IsOrderPlacedSuccessfully [get] |
| Gets a value indicating whether the order was placed successfully. More... | |
| string | Message [get] |
| Gets the message of the order. More... | |
Represents a response for a cross zero order request.
Definition at line 21 of file CrossZeroOrderResponse.cs.
| QuantConnect.Brokerages.CrossZero.CrossZeroOrderResponse.CrossZeroOrderResponse | ( | string | brokerageOrderId, |
| bool | isOrderPlacedSuccessfully, | ||
| string | message = "" |
||
| ) |
Initializes a new instance of the CrossZeroOrderResponse struct.
| brokerageOrderId | The brokerage order ID. |
| isOrderPlacedSuccessfully | if set to true [is order placed successfully]. |
| message | The message of the order. This parameter is optional and defaults to null. |
Definition at line 44 of file CrossZeroOrderResponse.cs.
|
get |
Gets the brokerage order ID.
Definition at line 26 of file CrossZeroOrderResponse.cs.
|
get |
Gets a value indicating whether the order was placed successfully.
Definition at line 31 of file CrossZeroOrderResponse.cs.
|
get |
Gets the message of the order.
Definition at line 36 of file CrossZeroOrderResponse.cs.