Method |
Description |
|
GetAccountAllowsMarginTrading ( uint accountNumber ) : bool |
|
|
GetAccountAllowsMutualFund ( uint accountNumber ) : bool |
|
|
GetAccountNickname ( uint accountNumber ) : string |
|
|
GetAccountOptionLevel ( uint accountNumber ) : uint |
|
|
GetApiVersion ( ) : string |
|
|
GetDefaultAccountNumber ( ) : uint |
|
|
GetExecutedOrders ( string accountNumber ) : List |
Gets orders that have been partially filled or completely filled for the day. |
|
GetIsAccountAllowsStock ( uint accountNumber ) : bool |
|
|
GetIsAccountIRA ( uint accountNumber ) : bool |
|
|
GetLoginId ( ) : string |
|
|
GetLogoutExpireMinutes ( ) : uint |
|
|
GetMarketState ( string &message ) : MarketStatus_t |
|
|
GetMarketTime ( ) : System.DateTime |
|
|
GetTkServerTime ( ) : System.DateTime |
|
|
GetUserAgreedToFdic ( ) : bool |
|
|
GetUserEmailAddress1 ( ) : string |
|
|
GetUserEmailAddress2 ( ) : string |
|
|
GetUserFirstName ( ) : string |
|
|
GetUserHaveNewMessage ( ) : bool |
|
|
GetUserLastDownload ( uint accountNumber ) : System.DateTime |
|
|
GetUserLastName ( ) : string |
|
|
GetUserMiddleInitial ( ) : string |
|
|
GetUserOptionChainDefaults ( ) : string |
|
|
GetUserSkipOrderPreview ( ) : bool |
|
|
GetUserTradingDefaults ( ) : string |
|
|
GetZipCode ( ) : string |
|
|
IsRealTimeQuoteEnabled ( ) : bool |
|
|
IsResetPasswordEnabled ( ) : bool |
|
|
IsResetTradingPasswordEnabled ( ) : bool |
|
|
IsTradingPasswordEnabled ( ) : bool |
|
|
IsUserAccountEnabled ( ) : bool |
|
|
TkApi ( TkRestCache tk ) : System |
|
|
TkApi ( string consumerKey, string consumerSecret, string accessToken, string accessSecret ) : System |
|
|