Skip to content

Commit 7109a40

Browse files
committed
Revert "Support trading on margin"
This reverts commit 681bcee
1 parent 75332d9 commit 7109a40

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

shipane_sdk/client.py

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -119,14 +119,6 @@ def sell(self, client=None, timeout=None, **kwargs):
119119
kwargs['action'] = 'SELL'
120120
return self.__execute(client, timeout, **kwargs)
121121

122-
def buy_on_margin(self, client=None, timeout=None, **kwargs):
123-
kwargs['action'] = 'BUY_ON_MARGIN'
124-
return self.__execute(client, timeout, **kwargs)
125-
126-
def sell_then_repay(self, client=None, timeout=None, **kwargs):
127-
kwargs['action'] = 'SELL_THEN_REPAY'
128-
return self.__execute(client, timeout, **kwargs)
129-
130122
def ipo(self, client=None, timeout=None, **kwargs):
131123
kwargs['action'] = 'IPO'
132124
return self.__execute(client, timeout, **kwargs)

0 commit comments

Comments
 (0)