module Binance::Spot::Margin

def margin_get_oco(**kwargs)

Other tags:
    See: https://developers.binance.com/docs/margin_trading/trade/Query-Margin-Account-OCO -

Options Hash: (**kwargs)
  • :recvWindow (Integer) -- The value cannot be greater than 60000
  • :origClientOrderId (String) -- Either orderListId or origClientOrderId must be provided
  • :orderListId (Integer) -- Either orderListId or origClientOrderId must be provided
  • :isIsolated (String) --
  • :symbol (String) --

Parameters:
  • kwargs (Hash) --
def margin_get_oco(**kwargs)
  @session.sign_request(:get, '/sapi/v1/margin/orderList', params: kwargs)
end