Пример #1
0
 /// <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;
 }
Пример #2
0
 public IntelReader(ClientData clientState)
 {
     this.clientState = clientState;
 }