/// <summary> /// Default Constructor. /// </summary> /// <param name="stateData"> /// A <see cref="ClientState"/> from where to extract the orders. /// </param> public OrderWriter(ClientData clientState) { this.clientState = clientState; }
public IntelReader(ClientData clientState) { this.clientState = clientState; }