Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AsyncAlgoTrading/aat
/ functions
Functions
492 in github.com/AsyncAlgoTrading/aat
⨍
Functions
492
◇
Types & classes
113
Method
teardown
(self)
aat/tests/test_custom_strategies.py:9
Method
teardown
(self)
aat/tests/test_structs.py:9
Method
teardown
(self)
aat/tests/test_main.py:9
Method
teardown
(self)
aat/tests/test_backtest.py:18
Method
teardown
(self)
aat/tests/test_data_source.py:6
Method
teardown
(self)
aat/tests/test_enums.py:6
Method
teardown
(self)
aat/tests/test_trading.py:10
Method
teardown
(self)
aat/tests/test_execution.py:10
Method
teardown
(self)
aat/tests/ui/test_server.py:9
Method
teardown_class
(cls)
aat/tests/test_exchange.py:16
Method
teardown_class
(cls)
aat/tests/test_strategy.py:20
Method
teardown_class
(cls)
aat/tests/test_callback.py:16
Method
teardown_class
(cls)
aat/tests/test_define.py:16
Method
teardown_class
(cls)
aat/tests/test_custom_strategies.py:19
Method
teardown_class
(cls)
aat/tests/test_structs.py:19
Method
teardown_class
(cls)
aat/tests/test_main.py:19
Method
teardown_class
(cls)
aat/tests/test_backtest.py:72
Method
teardown_class
(cls)
aat/tests/test_data_source.py:14
Method
teardown_class
(cls)
aat/tests/test_enums.py:16
Method
teardown_class
(cls)
aat/tests/test_trading.py:20
Method
teardown_class
(cls)
aat/tests/test_execution.py:20
Method
teardown_class
(cls)
aat/tests/ui/test_server.py:19
Method
test_AccountsHandler
(self)
aat/tests/ui/handlers/test_strategy_trade_response.py:10
Method
test_AccountsHandler
(self)
aat/tests/ui/handlers/test_accounts.py:10
Method
test_AccountsHandler
(self)
aat/tests/ui/handlers/test_strategies.py:10
Method
test_AccountsHandler
(self)
aat/tests/ui/handlers/test_strategy_trade_request.py:10
Method
test_AccountsHandler
(self)
aat/tests/ui/handlers/test_last_price.py:10
Method
test_AccountsHandler
(self)
aat/tests/ui/handlers/test_exchanges.py:10
Method
test_BacktestConfig
(self)
aat/tests/test_config.py:12
Method
test_ExchangeConfig
(self)
aat/tests/test_config.py:7
Method
test_ExecutionConfig
(self)
aat/tests/test_config.py:23
Method
test_HTMLHandler
(self)
aat/tests/ui/handlers/test_html.py:31
Method
test_HTMLOpenHandler
(self)
aat/tests/ui/handlers/test_html.py:11
Method
test_MarketData
(self)
aat/tests/test_structs.py:37
Method
test_RiskConfig
(self)
aat/tests/test_config.py:16
Method
test_ServerMessages
(self)
aat/tests/ui/handlers/test_trades.py:37
Method
test_ServerMessagesMixin
(self)
aat/tests/ui/handlers/test_trades.py:11
Method
test_StreamingDataSource
(self)
aat/tests/test_data_source.py:17
Method
test_TradeRequest
(self)
aat/tests/test_structs.py:50
Method
test_TradeResponse
(self)
aat/tests/test_structs.py:69
Method
test_TradingEngineConfig
(self)
aat/tests/test_config.py:27
Method
test_cancel
(self)
aat/tests/test_risk.py:97
Method
test_config_file
(self)
aat/tests/test_parser.py:18
Method
test_construct_reponse
(self)
aat/tests/test_risk.py:36
Method
test_currency_type
(self)
aat/tests/test_enums.py:61
Method
test_ex_type_to_ex
(self)
aat/tests/test_utils.py:17
Method
test_exchange_endpoint
(self)
aat/tests/test_define.py:20
Method
test_exchange_type
(self)
aat/tests/test_enums.py:35
Method
test_get_keys_from_environment
(self)
aat/tests/test_utils.py:31
Method
test_init
(self)
aat/tests/test_exchange.py:20
Method
test_init
(self)
aat/tests/test_backtest.py:76
Method
test_init
(self)
aat/tests/test_execution.py:24
Method
test_init
(self)
aat/tests/exchanges/test_coinbase.py:5
Method
test_init
(self)
aat/tests/exchanges/test_gemini.py:5
Method
test_init
(self)
aat/tests/ui/test_server.py:23
Method
test_main
(self)
aat/tests/test_main.py:43
Method
test_null_callback
(self)
aat/tests/test_callback.py:20
Method
test_order_book
(self)
aat/tests/test_order_book.py:98
Method
test_order_book_sequence
(self)
aat/tests/test_order_book.py:110
Method
test_order_sub_type
(self)
aat/tests/test_enums.py:100
Method
test_order_type
(self)
aat/tests/test_enums.py:88
Method
test_parse_command_line
(self)
aat/tests/test_main.py:23
Method
test_parse_date
(self)
aat/tests/test_utils.py:5
Method
test_print_callback
(self)
aat/tests/test_callback.py:34
Method
test_receive
(self)
aat/tests/test_backtest.py:81
Method
test_receive
(self)
aat/tests/exchanges/test_coinbase.py:16
Method
test_receive
(self)
aat/tests/exchanges/test_gemini.py:18
Method
test_request
(self)
aat/tests/test_risk.py:39
Method
test_request
(self)
aat/tests/test_execution.py:34
Method
test_request2
(self)
aat/tests/test_risk.py:60
Method
test_set_verbose
(self)
aat/tests/test_utils.py:23
Method
test_side
(self)
aat/tests/test_enums.py:76
Method
test_str_to_exchange
(self)
aat/tests/test_utils.py:56
Method
test_str_to_order_type
(self)
aat/tests/test_utils.py:49
Method
test_str_to_side
(self)
aat/tests/test_utils.py:42
Method
test_tick_type
(self)
aat/tests/test_enums.py:53
Method
test_to_dict
(self)
aat/tests/test_structs.py:23
Method
test_trade_req_to_params
(self)
aat/tests/test_utils.py:64
Method
test_trading_type
(self)
aat/tests/test_enums.py:20
Method
test_update
(self)
aat/tests/test_risk.py:89
Method
test_validate
(self)
aat/tests/ui/handlers/test_base.py:10
Method
tickToData
(self, jsn: dict)
aat/market_data.py:77
Method
tickToData
convert json to market data based on fields
aat/data_source.py:77
Method
tickToData
convert a jsn tick off the websocket to a MarketData struct
aat/exchanges/coinbase.py:19
Method
tickToData
(self, jsn: dict)
aat/exchanges/poloniex.py:24
Method
tickToData
(self, jsn: dict)
aat/exchanges/synthetic.py:153
Method
tickToData
(self, jsn: dict)
aat/exchanges/kraken.py:31
Method
tickToData
(self)
aat/tests/test_data_source.py:41
Method
to_dict
(self, *args)
aat/strategy.py:43
Method
tob
(self)
aat/order_book.py:115
Method
transactionCost
(self, resp: TradeResponse)
aat/strategies/data_capture.py:35
Method
transactionCost
(self, resp: TradeResponse)
aat/strategies/buy_and_hold.py:53
← previous
401–492 of 492, ranked by callers