OrderSubmissionSpeed Property

The round trip order submission speed for the order.

Definition

Namespace: T4.API
Assembly: T4API.47 (in T4API.47.dll) Version: 4.7.0.0 (4.7.68.4)
C#
public OrderSpeed SubmissionSpeed { get; }

Property Value

OrderSpeed

Remarks

This is the time in milliseconds from the API sending the order to the server until the API receives a 'Working' or 'Rejected' status for the order. i.e. until the order is confirmed as working at the exchange or it has been rejected by the exchange or by the server.

Many factors effect the submission speed for an order, the biggest is generally network latency between the API and the servers. Additionally, during busy periods the time the exchange takes to process the order can increase dramatically.

This is only available if this API instance submitted the order.

See Also