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