tensortrade.exchanges package¶
-
tensortrade.exchanges.get_service(identifier)[source]¶ Gets the ExecutionService that matches with the identifier.
Parameters: identifier ( str) – The identifier for the ExecutionServiceRaises: KeyError– if identifier is not associated with any ExecutionServiceReturn type: Callable