C# Class BasicallyMe.RobinhoodNet.Raw.RawRobinhoodClient

Afficher le fichier Open project: itsff/RobinhoodNet Class Usage Examples

Méthodes publiques

Méthode Description
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 symbols ) : Task
DownloadQuote ( string symbol ) : Task
FindInstrument ( string symbol ) : Task
PlaceOrder ( string>.IDictionary newOrderSingle ) : Task
RawRobinhoodClient ( ) : System

Private Methods

Méthode Description
doGet ( Uri uri ) : Task
doGet ( string url ) : Task
doPost ( Uri uri, string>.IEnumerable pairs = null ) : Task
doPost ( string url, string>.IEnumerable pairs = null ) : Task
doPost_NativeResponse ( Uri uri, string>.IEnumerable pairs = null ) : Task
doPost_NativeResponse ( string uri, string>.IEnumerable pairs = null ) : Task
parseJsonResponse ( Task response ) : Task

Method Details

Authenticate() public méthode

public Authenticate ( string token ) : System.Threading.Tasks.Task
token string
Résultat System.Threading.Tasks.Task

Authenticate() public méthode

public Authenticate ( string userName, string password ) : System.Threading.Tasks.Task
userName string
password string
Résultat System.Threading.Tasks.Task

CancelOrder() public méthode

public CancelOrder ( string orderCancelUrl ) : System.Threading.Tasks.Task
orderCancelUrl string
Résultat System.Threading.Tasks.Task

DownloadAccountPositions() public méthode

public DownloadAccountPositions ( string accountPositionsUrl ) : Task
accountPositionsUrl string
Résultat Task

DownloadAccounts() public méthode

public DownloadAccounts ( string accountsUrl = null ) : Task
accountsUrl string
Résultat Task

DownloadInstrument() public méthode

public DownloadInstrument ( string instrumentUrl ) : Task
instrumentUrl string
Résultat Task

DownloadInstrumentFundamentals() public méthode

public DownloadInstrumentFundamentals ( string symbol ) : Task
symbol string
Résultat Task

DownloadOrders() public méthode

public DownloadOrders ( string cursor = null ) : Task
cursor string
Résultat Task

DownloadPositions() public méthode

public DownloadPositions ( string url ) : Task
url string
Résultat Task

DownloadQuote() public méthode

public DownloadQuote ( ) : Task
Résultat Task

DownloadQuote() public méthode

public DownloadQuote ( IEnumerable symbols ) : Task
symbols IEnumerable
Résultat Task

DownloadQuote() public méthode

public DownloadQuote ( string symbol ) : Task
symbol string
Résultat Task

FindInstrument() public méthode

public FindInstrument ( string symbol ) : Task
symbol string
Résultat Task

PlaceOrder() public méthode

public PlaceOrder ( string>.IDictionary newOrderSingle ) : Task
newOrderSingle string>.IDictionary
Résultat Task

RawRobinhoodClient() public méthode

public RawRobinhoodClient ( ) : System
Résultat System