MCPcopy Create free account
hub / github.com/sammchardy/python-binance / create_margin_oco_order

Method create_margin_oco_order

binance/async_client.py:1390–1393  ·  view source on GitHub ↗
(self, **params)

Source from the content-addressed store, hash-verified

1388 get_max_margin_transfer.__doc__ = Client.get_max_margin_transfer.__doc__
1389
1390 async def create_margin_oco_order(self, **params):
1391 return await self._request_margin_api(
1392 "post", "margin/order/oco", signed=True, data=params
1393 )
1394
1395 create_margin_oco_order.__doc__ = Client.create_margin_oco_order.__doc__
1396

Callers

nothing calls this directly

Calls 1

_request_margin_apiMethod · 0.95

Tested by

no test coverage detected