C# Class BasicallyMe.RobinhoodNet.Raw.RawRobinhoodClient

Show file Open project: itsff/RobinhoodNet Class Usage Examples

Public Methods

Method 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

Method 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 method

public Authenticate ( string token ) : System.Threading.Tasks.Task
token string
return System.Threading.Tasks.Task

Authenticate() public method

public Authenticate ( string userName, string password ) : System.Threading.Tasks.Task
userName string
password string
return System.Threading.Tasks.Task

CancelOrder() public method

public CancelOrder ( string orderCancelUrl ) : System.Threading.Tasks.Task
orderCancelUrl string
return System.Threading.Tasks.Task

DownloadAccountPositions() public method

public DownloadAccountPositions ( string accountPositionsUrl ) : Task
accountPositionsUrl string
return Task

DownloadAccounts() public method

public DownloadAccounts ( string accountsUrl = null ) : Task
accountsUrl string
return Task

DownloadInstrument() public method

public DownloadInstrument ( string instrumentUrl ) : Task
instrumentUrl string
return Task

DownloadInstrumentFundamentals() public method

public DownloadInstrumentFundamentals ( string symbol ) : Task
symbol string
return Task

DownloadOrders() public method

public DownloadOrders ( string cursor = null ) : Task
cursor string
return Task

DownloadPositions() public method

public DownloadPositions ( string url ) : Task
url string
return Task

DownloadQuote() public method

public DownloadQuote ( ) : Task
return Task

DownloadQuote() public method

public DownloadQuote ( IEnumerable symbols ) : Task
symbols IEnumerable
return Task

DownloadQuote() public method

public DownloadQuote ( string symbol ) : Task
symbol string
return Task

FindInstrument() public method

public FindInstrument ( string symbol ) : Task
symbol string
return Task

PlaceOrder() public method

public PlaceOrder ( string>.IDictionary newOrderSingle ) : Task
newOrderSingle string>.IDictionary
return Task

RawRobinhoodClient() public method

public RawRobinhoodClient ( ) : System
return System