Ejemplo n.º 1
0
 public Task <Alert> UpdateAlert(string requestId, long id, ActivePair activeId, InstrumentType instrumentType, double value, int activations, string type = "price")
 {
     return(WsClient?.UpdateAlertRequest(requestId, id, activeId, instrumentType, type, value, activations));
 }