Skip to content

PriceAlertQuoteType

Summary

Represents the price alert quote types.

Signature

1
public enum PriceAlertQuoteType

Namespace

cAlgo.API

See Also

Fields

Bid

Summary

Symbol Bid price will be used for price alert.

Signature

1
PriceAlertQuoteType.Bid;

Return Value

PriceAlertQuoteType

Ask

Summary

Symbol Ask price will be used for price alert.

Signature

1
PriceAlertQuoteType.Ask;

Return Value

PriceAlertQuoteType