C# 클래스 BasicallyMe.RobinhoodNet.Raw.RawRobinhoodClient

파일 보기 프로젝트 열기: itsff/RobinhoodNet 1 사용 예제들

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
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

메소드 상세

Authenticate() 공개 메소드

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

Authenticate() 공개 메소드

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

CancelOrder() 공개 메소드

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

DownloadAccountPositions() 공개 메소드

public DownloadAccountPositions ( string accountPositionsUrl ) : Task
accountPositionsUrl string
리턴 Task

DownloadAccounts() 공개 메소드

public DownloadAccounts ( string accountsUrl = null ) : Task
accountsUrl string
리턴 Task

DownloadInstrument() 공개 메소드

public DownloadInstrument ( string instrumentUrl ) : Task
instrumentUrl string
리턴 Task

DownloadInstrumentFundamentals() 공개 메소드

public DownloadInstrumentFundamentals ( string symbol ) : Task
symbol string
리턴 Task

DownloadOrders() 공개 메소드

public DownloadOrders ( string cursor = null ) : Task
cursor string
리턴 Task

DownloadPositions() 공개 메소드

public DownloadPositions ( string url ) : Task
url string
리턴 Task

DownloadQuote() 공개 메소드

public DownloadQuote ( ) : Task
리턴 Task

DownloadQuote() 공개 메소드

public DownloadQuote ( IEnumerable symbols ) : Task
symbols IEnumerable
리턴 Task

DownloadQuote() 공개 메소드

public DownloadQuote ( string symbol ) : Task
symbol string
리턴 Task

FindInstrument() 공개 메소드

public FindInstrument ( string symbol ) : Task
symbol string
리턴 Task

PlaceOrder() 공개 메소드

public PlaceOrder ( string>.IDictionary newOrderSingle ) : Task
newOrderSingle string>.IDictionary
리턴 Task

RawRobinhoodClient() 공개 메소드

public RawRobinhoodClient ( ) : System
리턴 System