Exemplo n.º 1
0
 void IEWrapper.HeadTimestamp(int reqId, string headTimestamp)
 {
     HeadTimestamp?.Invoke(new HeadTimestampMessage(reqId, headTimestamp));
 }
Exemplo n.º 2
0
 public void headTimestamp(int reqId, string headTimestamp)
 {
     HeadTimestamp?.Invoke(new HeadTimestampMessage(reqId, headTimestamp));
 }