MCPcopy Create free account
hub / github.com/ccxt/ccxt / is_trigger_order

Method is_trigger_order

python/ccxt/base/exchange.py:7184–7186  ·  view source on GitHub ↗
(self, params)

Source from the content-addressed store, hash-verified

7182 return [isTrigger, params]
7183
7184 def is_trigger_order(self, params):
7185 # for backwards compatibility
7186 return self.handle_trigger_and_params(params)
7187
7188 def is_post_only(self, isMarketOrder: bool, exchangeSpecificParam, params={}):
7189 """

Callers 1

watch_ordersMethod · 0.80

Calls 1

Tested by

no test coverage detected