Skip to content

SymbolSentimentUpdatedEventArgs

Summary

Provides data for the price alert added event.

Signature

1
public class SymbolSentimentUpdatedEventArgs

Namespace

cAlgo.API

Properties

Sentiment

Summary

Gets sentiment.

Signature

1
public SymbolSentiment Sentiment {get;}

Return Value

SymbolSentiment

SymbolName

Summary

Gets symbol name.

Signature

1
public string SymbolName {get;}

Return Value

string