PriceAlert
Summary
Represents a price alert.
Signature
1 | |
Namespace
cAlgo.API
See Also
Methods
Update (2)
Update (1 of 2)
Summary
Updates price alert.
Signature
1 | |
Parameters
| Name | Type | Description |
|---|---|---|
| symbol | Symbol | Symbol |
| price | double | Price |
| quoteType | PriceAlertQuoteType | Quote type |
| condition | PriceAlertCondition | Condition |
Return Value
void
Update (2 of 2)
Summary
Updates price alert.
Signature
1 | |
Parameters
| Name | Type | Description |
|---|---|---|
| symbol | Symbol | Symbol |
| price | double | Price |
| quoteType | PriceAlertQuoteType | Quote type |
| condition | PriceAlertCondition | Condition |
| showPopup | bool | Show Popup |
| message | string | Message |
Return Value
void
Properties
Id
Summary
Get unique Id.
Signature
1 | |
Return Value
long
LastUpdateTime
Summary
Get/set last update time.
Signature
1 | |
Return Value
DateTime
Symbol
Summary
Get symbol.
Signature
1 | |
Return Value
Symbol
Price
Summary
Get price level.
Signature
1 | |
Return Value
double
QuoteType
Summary
Get quote type.
Signature
1 | |
Return Value
PriceAlertQuoteType
Condition
Summary
Get condition.
Signature
1 | |
Return Value
PriceAlertCondition
ShowPopup
Summary
Get if the price alert will show a pop-up.
Signature
1 | |
Return Value
bool
Message
Summary
Get optional message.
Signature
1 | |
Return Value
string