Skip to content

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

symbol

symbol: Symbol

The symbol associated with this order

order

order: Order

The order

events

events: List[SerializedOrderEvent]

The order events

to_string

to_string() -> str

Returns the string representation of this object