메소드 | 설명 | |
---|---|---|
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 |
메소드 | 설명 | |
---|---|---|
RetryFunc ( Func |
public GetAccount_Holdings ( string accountNumber ) : AccountsHoldings | ||
accountNumber | string | |
리턴 | AccountsHoldings |
public GetAccounts ( string accountNumber ) : AccountsSingle | ||
accountNumber | string | |
리턴 | AccountsSingle |
public GetAccounts_Balances ( string accountNumber ) : AccountsBalancesSingle | ||
accountNumber | string | |
리턴 | AccountsBalancesSingle |
public GetAccounts_History ( string accountNumber, AccountsHistory_Range range, AccountsHistory_Transactions transactions ) : AccountsHistory | ||
accountNumber | string | |
range | AccountsHistory_Range | |
transactions | AccountsHistory_Transactions | |
리턴 | AccountsHistory |
public GetAccounts_Orders ( string accountNumber ) : Orders | ||
accountNumber | string | |
리턴 | Orders |
public GetMarket_ExtQuotes ( string symbol ) : MarketExtQuotes | ||
symbol | string | |
리턴 | MarketExtQuotes |
public GetMarket_OptionExpirations ( string symbol ) : MarketOptionsExpirations | ||
symbol | string | |
리턴 | MarketOptionsExpirations |
public GetMarket_OptionStrikes ( string symbol ) : MarketOptionsStrikes | ||
symbol | string | |
리턴 | MarketOptionsStrikes |
public GetUtility_Documentation ( ) : UtilityDocumentation | ||
리턴 | UtilityDocumentation |
public GetWatchlists ( string id ) : WatchlistsItems | ||
id | string | |
리턴 | WatchlistsItems |
public TkRestCache ( string consumerKey, string consumerSecret, string accessToken, string accessSecret ) : System | ||
consumerKey | string | |
consumerSecret | string | |
accessToken | string | |
accessSecret | string | |
리턴 | System |
public TkRestCache ( string consumerKey, string consumerSecret, string accessToken, string accessSecret, bool allowTrades ) : System | ||
consumerKey | string | |
consumerSecret | string | |
accessToken | string | |
accessSecret | string | |
allowTrades | bool | |
리턴 | System |