TokenTuple#

API documentation for tradeexecutor.strategy.pandas_trader.token_mapper.TokenTuple Python class in Trading Strategy framework.

class TokenTuple[source]#

Bases: object

A token you want to trade.

  • Presented as chain id, ERC-20 address tuple

__init__(chain_id, address)#
Parameters:
Return type:

None

Methods

__init__(chain_id, address)

Attributes

chain_id

address

__init__(chain_id, address)#
Parameters:
Return type:

None