CrossZeroOrderResponse
QuantConnect.Brokerages.CrossZero.CrossZeroOrderResponse
CrossZeroOrderResponse(
brokerage_order_id: str,
is_order_placed_successfully: bool,
message: str = ...,
)
Represents a response for a cross zero order request.
Initializes a new instance of the CrossZeroOrderResponse struct.
Parameters:
| Name | Type | Description | Default |
|---|---|---|---|
brokerage_order_id
|
str
|
The brokerage order ID. |
required |
is_order_placed_successfully
|
bool
|
if set to true |
required |
message
|
str
|
The message of the order. This parameter is optional and defaults to null. |
...
|
brokerage_order_id
brokerage_order_id: str
Gets the brokerage order ID.
is_order_placed_successfully
is_order_placed_successfully: bool
Gets a value indicating whether the order was placed successfully.
message
message: str
Gets the message of the order.