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