public OrderSpeed SubmissionSpeed { get; }Public ReadOnly Property SubmissionSpeed As OrderSpeed
GetThis 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.