AlertPrice
Price contains the specific configuration for Price alert Type
type AlertPrice {
check: AlertCheckPrice!
range: AlertRangePrice!
amount: Int
commission: Int
amountBy: AlertAmountBy
}
Fields
AlertPrice.check ● AlertCheckPrice! non-null enum
Specify which field is goinf to be checked. Amount, commission or both
AlertPrice.range ● AlertRangePrice! non-null enum
Low or greater values of amount/commission (value included)
AlertPrice.amount ● Int scalar
Value of amount price
AlertPrice.commission ● Int scalar
Value of commission price
AlertPrice.amountBy ● AlertAmountBy enum
Used for check amount
Member Of
AlertTypeConfiguration object