ReserveCurrency#
tradeexecutor.strategy.reserve_currency.ReserveCurrency class.
- class ReserveCurrency[source]#
Bases:
Enum
Default supported reserve currencies.
These are the options for strategy module reverse_currency value.
See Reserve currency for more information.
- __init__()#
Attributes
Strategy holds its reserves as BUSD on BNB Chain
Strategy holds its reserves USDC on Polygon blockchian
- busd = 'busd'#
Strategy holds its reserves as BUSD on BNB Chain
- usdc = 'usdc'#
Strategy holds its reserves USDC on Polygon blockchian