what is self

rahulwar
what is the meaning of self

def unsubscribe(self :- this self meanning

def unsubscribe(self, instrument_tokens)

Unsubscribe the given list of instrument_tokens.

instrument_tokens is list of instrument_tokens to unsubscribe.



def basket_order_margins(

self, params, consider_positions=True, mode=None)

Calculate total margins required for basket of orders including margin benefits

params is list of orders to fetch basket margin
consider_positions is a boolean to consider users positions
mode is margin response mode type. compact - Compact mode will only give the total margins

Show source ≡

def cancel_mf_order(

self, order_id)

Cancel a mutual fund order.

Show source ≡

def cancel_mf_sip(

self, sip_id)

Cancel a mutual fund SIP.
Tagged:
Sign In or Register to comment.