ApiOrderResponse
QuantConnect.Orders.ApiOrderResponse
ApiOrderResponse()
ApiOrderResponse(
order: Order,
events: List[SerializedOrderEvent],
symbol: Union[Symbol, str, BaseContract],
)
Bases: StringRepresentation
Api order and order events reponse
Signature descriptions:
-
ApiOrderResponse empty constructor
-
Creates an instance of an ApiOrderResponse class using the given arguments
to_string
to_string() -> str
Returns the string representation of this object