Метод | Описание | |
---|---|---|
Authenticate ( string token ) : System.Threading.Tasks.Task | ||
Authenticate ( string userName, string password ) : System.Threading.Tasks.Task | ||
CancelOrder ( string orderCancelUrl ) : System.Threading.Tasks.Task | ||
DownloadAccountPositions ( string accountPositionsUrl ) : Task |
||
DownloadAccounts ( string accountsUrl = null ) : Task |
||
DownloadInstrument ( string instrumentUrl ) : Task |
||
DownloadInstrumentFundamentals ( string symbol ) : Task |
||
DownloadOrders ( string cursor = null ) : Task |
||
DownloadPositions ( string url ) : Task |
||
DownloadQuote ( ) : Task |
||
DownloadQuote ( IEnumerable |
||
DownloadQuote ( string symbol ) : Task |
||
FindInstrument ( string symbol ) : Task |
||
PlaceOrder ( string>.IDictionary |
||
RawRobinhoodClient ( ) : System |
Метод | Описание | |
---|---|---|
doGet ( |
||
doGet ( string url ) : Task |
||
doPost ( |
||
doPost ( string url, string>.IEnumerable |
||
doPost_NativeResponse ( |
||
doPost_NativeResponse ( string uri, string>.IEnumerable |
||
parseJsonResponse ( Task |
public Authenticate ( string token ) : System.Threading.Tasks.Task | ||
token | string | |
Результат | System.Threading.Tasks.Task |
public Authenticate ( string userName, string password ) : System.Threading.Tasks.Task | ||
userName | string | |
password | string | |
Результат | System.Threading.Tasks.Task |
public CancelOrder ( string orderCancelUrl ) : System.Threading.Tasks.Task | ||
orderCancelUrl | string | |
Результат | System.Threading.Tasks.Task |
public DownloadAccountPositions ( string accountPositionsUrl ) : Task |
||
accountPositionsUrl | string | |
Результат | Task |
public DownloadAccounts ( string accountsUrl = null ) : Task |
||
accountsUrl | string | |
Результат | Task |
public DownloadInstrument ( string instrumentUrl ) : Task |
||
instrumentUrl | string | |
Результат | Task |
public DownloadInstrumentFundamentals ( string symbol ) : Task |
||
symbol | string | |
Результат | Task |
public DownloadOrders ( string cursor = null ) : Task |
||
cursor | string | |
Результат | Task |
public DownloadPositions ( string url ) : Task |
||
url | string | |
Результат | Task |
public DownloadQuote ( IEnumerable |
||
symbols | IEnumerable |
|
Результат | Task |
public DownloadQuote ( string symbol ) : Task |
||
symbol | string | |
Результат | Task |
public FindInstrument ( string symbol ) : Task |
||
symbol | string | |
Результат | Task |
public PlaceOrder ( string>.IDictionary |
||
newOrderSingle | string>.IDictionary | |
Результат | Task |