Skip to main content

OndoUsdyTask

OndoUsdyTask represents a task that computes the price of USDY relative to USD using a / specified strategy.


Fields

NameTypeDescription
 strategy

The strategy used to determine the price of USDY.

Enums

 Strategy

Strategy specifies the method used to determine the price of USDY. / / - STRATEGY_FAIR_VALUE: Computes the price based on a fair value model. / - STRATEGY_MARKET: Fetches the price directly from the market.

ValueNameDescription
 0STRATEGY_FAIR_VALUE
 1STRATEGY_MARKET