Exemplo n.º 1
0
 public void RequestFAData(IBType dataType)
 {
     ibClient.ClientSocket.requestFA((int)(dataType.Value));
 }
 public AType(IBType dummyReference)
 {
     DummyReference = dummyReference;
 }