Lean  $LEAN_TAG$
QuantConnect.Brokerages.CrossZero.CrossZeroOrderResponse Struct Reference

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...
 

Detailed Description

Represents a response for a cross zero order request.

Definition at line 21 of file CrossZeroOrderResponse.cs.

Constructor & Destructor Documentation

◆ CrossZeroOrderResponse()

QuantConnect.Brokerages.CrossZero.CrossZeroOrderResponse.CrossZeroOrderResponse ( string  brokerageOrderId,
bool  isOrderPlacedSuccessfully,
string  message = "" 
)

Initializes a new instance of the CrossZeroOrderResponse struct.

Parameters
brokerageOrderIdThe brokerage order ID.
isOrderPlacedSuccessfullyif set to true [is order placed successfully].
messageThe message of the order. This parameter is optional and defaults to null.

Definition at line 44 of file CrossZeroOrderResponse.cs.

Property Documentation

◆ BrokerageOrderId

string QuantConnect.Brokerages.CrossZero.CrossZeroOrderResponse.BrokerageOrderId
get

Gets the brokerage order ID.

Definition at line 26 of file CrossZeroOrderResponse.cs.

◆ IsOrderPlacedSuccessfully

bool QuantConnect.Brokerages.CrossZero.CrossZeroOrderResponse.IsOrderPlacedSuccessfully
get

Gets a value indicating whether the order was placed successfully.

Definition at line 31 of file CrossZeroOrderResponse.cs.

◆ Message

string QuantConnect.Brokerages.CrossZero.CrossZeroOrderResponse.Message
get

Gets the message of the order.

Definition at line 36 of file CrossZeroOrderResponse.cs.


The documentation for this struct was generated from the following file: