CharPairsReply#
API documentation for tradeexecutor.webhook.api.CharPairsReply Python class in Trading Strategy framework.
- class CharPairsReply[source]#
Bases:
object
Reply for the /chart-registry/pairs endpoint.
- __init__(default_pairs, all_pairs)#
- Parameters:
default_pairs (list[tradeexecutor.state.identifier.TradingPairIdentifier]) –
all_pairs (list[tradeexecutor.state.identifier.TradingPairIdentifier]) –
- Return type:
None
Methods
__init__
(default_pairs, all_pairs)from_dict
(kvs, *[, infer_missing])from_json
(s, *[, parse_float, parse_int, ...])schema
(*[, infer_missing, only, exclude, ...])to_dict
([encode_json])to_json
(*[, skipkeys, ensure_ascii, ...])Attributes
default_pairs
all_pairs
- __init__(default_pairs, all_pairs)#
- Parameters:
default_pairs (list[tradeexecutor.state.identifier.TradingPairIdentifier]) –
all_pairs (list[tradeexecutor.state.identifier.TradingPairIdentifier]) –
- Return type:
None