Method | Description | |
---|---|---|
GetAccount_Holdings ( string accountNumber ) : AccountsHoldings | ||
GetAccounts ( ) : Accounts | ||
GetAccounts ( string accountNumber ) : AccountsSingle | ||
GetAccounts_Balances ( ) : AccountsBalance | ||
GetAccounts_Balances ( string accountNumber ) : AccountsBalancesSingle | ||
GetAccounts_History ( string accountNumber, AccountsHistory_Range range, AccountsHistory_Transactions transactions ) : AccountsHistory | ||
GetAccounts_Orders ( string accountNumber ) : Orders | ||
GetMarket_Clock ( ) : MarketClock | ||
GetMarket_ExtQuotes ( string symbol ) : MarketExtQuotes | ||
GetMarket_OptionExpirations ( string symbol ) : MarketOptionsExpirations | ||
GetMarket_OptionStrikes ( string symbol ) : MarketOptionsStrikes | ||
GetMember_Profile ( ) : MemberProfile | ||
GetUtility_Documentation ( ) : UtilityDocumentation | ||
GetUtility_Status ( ) : UtilityStatus | ||
GetUtility_Version ( ) : UtilityVersion | ||
GetWatchlists ( ) : Watchlists | ||
GetWatchlists ( string id ) : WatchlistsItems | ||
TkRestCache ( string consumerKey, string consumerSecret, string accessToken, string accessSecret ) : System | ||
TkRestCache ( string consumerKey, string consumerSecret, string accessToken, string accessSecret, bool allowTrades ) : System |
Method | Description | |
---|---|---|
RetryFunc ( Func |
public GetAccount_Holdings ( string accountNumber ) : AccountsHoldings | ||
accountNumber | string | |
return | AccountsHoldings |
public GetAccounts ( string accountNumber ) : AccountsSingle | ||
accountNumber | string | |
return | AccountsSingle |
public GetAccounts_Balances ( ) : AccountsBalance | ||
return | AccountsBalance |
public GetAccounts_Balances ( string accountNumber ) : AccountsBalancesSingle | ||
accountNumber | string | |
return | AccountsBalancesSingle |
public GetAccounts_History ( string accountNumber, AccountsHistory_Range range, AccountsHistory_Transactions transactions ) : AccountsHistory | ||
accountNumber | string | |
range | AccountsHistory_Range | |
transactions | AccountsHistory_Transactions | |
return | AccountsHistory |
public GetAccounts_Orders ( string accountNumber ) : Orders | ||
accountNumber | string | |
return | Orders |
public GetMarket_ExtQuotes ( string symbol ) : MarketExtQuotes | ||
symbol | string | |
return | MarketExtQuotes |
public GetMarket_OptionExpirations ( string symbol ) : MarketOptionsExpirations | ||
symbol | string | |
return | MarketOptionsExpirations |
public GetMarket_OptionStrikes ( string symbol ) : MarketOptionsStrikes | ||
symbol | string | |
return | MarketOptionsStrikes |
public GetUtility_Documentation ( ) : UtilityDocumentation | ||
return | UtilityDocumentation |
public GetUtility_Version ( ) : UtilityVersion | ||
return | UtilityVersion |
public GetWatchlists ( string id ) : WatchlistsItems | ||
id | string | |
return | WatchlistsItems |
public TkRestCache ( string consumerKey, string consumerSecret, string accessToken, string accessSecret ) : System | ||
consumerKey | string | |
consumerSecret | string | |
accessToken | string | |
accessSecret | string | |
return | System |
public TkRestCache ( string consumerKey, string consumerSecret, string accessToken, string accessSecret, bool allowTrades ) : System | ||
consumerKey | string | |
consumerSecret | string | |
accessToken | string | |
accessSecret | string | |
allowTrades | bool | |
return | System |